mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
update to match iso9660 devoptab
This commit is contained in:
parent
95ccb7450b
commit
e05138c353
@ -305,7 +305,7 @@ bool MountDVD(bool silent)
|
||||
if(unmountRequired[DEVICE_DVD])
|
||||
{
|
||||
unmountRequired[DEVICE_DVD] = false;
|
||||
ISO9660_Unmount();
|
||||
ISO9660_Unmount("dvd:");
|
||||
}
|
||||
|
||||
while(retry)
|
||||
@ -319,7 +319,7 @@ bool MountDVD(bool silent)
|
||||
|
||||
retry = ErrorPromptRetry("No disc inserted!");
|
||||
}
|
||||
else if(!ISO9660_Mount())
|
||||
else if(!ISO9660_Mount("dvd", dvd))
|
||||
{
|
||||
if(silent)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user