update to match iso9660 devoptab

This commit is contained in:
dborth 2011-02-06 20:47:32 +00:00
parent 95ccb7450b
commit e05138c353

View File

@ -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;