move DVD_Mount call into retry loop

This commit is contained in:
Daryl Borth 2025-04-09 09:30:26 -06:00
parent b318f63fba
commit 322603d86e

View File

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