mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
update to match iso9660 devoptab
This commit is contained in:
parent
1a88af2094
commit
0d8957a9cb
@ -303,7 +303,7 @@ bool MountDVD(bool silent)
|
||||
if(unmountRequired[DEVICE_DVD])
|
||||
{
|
||||
unmountRequired[DEVICE_DVD] = false;
|
||||
ISO9660_Unmount();
|
||||
ISO9660_Unmount("dvd:");
|
||||
}
|
||||
|
||||
while(retry)
|
||||
@ -317,7 +317,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