mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55: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])
|
if(unmountRequired[DEVICE_DVD])
|
||||||
{
|
{
|
||||||
unmountRequired[DEVICE_DVD] = false;
|
unmountRequired[DEVICE_DVD] = false;
|
||||||
ISO9660_Unmount();
|
ISO9660_Unmount("dvd:");
|
||||||
}
|
}
|
||||||
|
|
||||||
while(retry)
|
while(retry)
|
||||||
@ -319,7 +319,7 @@ bool MountDVD(bool silent)
|
|||||||
|
|
||||||
retry = ErrorPromptRetry("No disc inserted!");
|
retry = ErrorPromptRetry("No disc inserted!");
|
||||||
}
|
}
|
||||||
else if(!ISO9660_Mount())
|
else if(!ISO9660_Mount("dvd", dvd))
|
||||||
{
|
{
|
||||||
if(silent)
|
if(silent)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user