mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-21 22:31:13 +00:00
Always allow any disk image format.
This commit is contained in:
parent
c3de6f0588
commit
7d6d432ff1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user