mirror of
https://github.com/dborth/fceugx.git
synced 2025-04-13 03:51:20 +02:00
call DVD_Mount explicitly for GameCube
This commit is contained in:
parent
d8ec277c49
commit
70b5d6bd42
@ -321,7 +321,14 @@ bool MountDVD(bool silent)
|
||||
{
|
||||
ShowAction("Loading DVD...");
|
||||
|
||||
#ifdef HW_DOL
|
||||
DVD_Mount();
|
||||
s32 dvdstatus = DVD_GetDriveStatus();
|
||||
|
||||
if (dvdstatus == DVD_STATE_NO_DISK)
|
||||
#else
|
||||
if(!dvd->isInserted(dvd))
|
||||
#endif
|
||||
{
|
||||
if(silent)
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user