update to match iso9660 devoptab

This commit is contained in:
dborth 2011-02-06 20:47:20 +00:00
parent 1a88af2094
commit 0d8957a9cb

View File

@ -303,7 +303,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)
@ -317,7 +317,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;