mirror of
https://github.com/dborth/vbagx.git
synced 2025-04-18 21:51:19 +02:00
move DVD_Mount call into retry loop
This commit is contained in:
parent
b318f63fba
commit
322603d86e
@ -314,15 +314,12 @@ bool MountDVD(bool silent)
|
||||
ISO9660_Unmount("dvd:");
|
||||
}
|
||||
|
||||
#ifdef HW_DOL
|
||||
DVD_Mount();
|
||||
#endif
|
||||
|
||||
while(retry)
|
||||
{
|
||||
ShowAction("Loading DVD...");
|
||||
|
||||
#ifdef HW_DOL
|
||||
DVD_Mount();
|
||||
s32 dvdstatus = DVD_GetDriveStatus();
|
||||
|
||||
if (dvdstatus == DVD_STATE_NO_DISK)
|
||||
|
Loading…
x
Reference in New Issue
Block a user