mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-05 02:15:07 +01:00
enabled DVD loading from menu (Wii)
This commit is contained in:
parent
a5f6f5d9c2
commit
18ae625179
@ -907,15 +907,8 @@ void loadmenu ()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 2: /*** Load from DVD ***/
|
case 2: /*** Load from DVD ***/
|
||||||
#ifndef HW_RVL
|
|
||||||
OpenDVD();
|
OpenDVD();
|
||||||
quit = 1;
|
quit = 1;
|
||||||
#elif WII_DVD
|
|
||||||
OpenDVD();
|
|
||||||
quit = 1;
|
|
||||||
#else
|
|
||||||
WaitPrompt("Not implemented... yet ;)");
|
|
||||||
#endif
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user