Always allow any disk image format.

This commit is contained in:
Stephen Heumann 2019-04-19 17:14:01 -05:00
parent c3de6f0588
commit 7d6d432ff1
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ static void MountFile(char *itemID, char *fileName) {
mountURLRec.result = NETDISK_NOT_PRESENT;
mountURLRec.url = fileURL;
mountURLRec.flags = flgUseCache;
mountURLRec.format = formatAutoDetect;
SendRequest(MountURL, sendToName|stopAfterOne, (Long)NETDISK_REQUEST_NAME,
(Long)&mountURLRec, NULL);