mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-04-13 09:51:14 +02:00
call DVD_Mount explicitly for GameCube
This commit is contained in:
parent
2c78b25849
commit
79e1244933
@ -317,7 +317,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