mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 19:09:37 +02:00
cd: hacks..
This commit is contained in:
@@ -1019,6 +1019,8 @@ static int main_menu_handler(int id, int keys)
|
||||
break;
|
||||
case MA_MAIN_CHANGE_CD:
|
||||
if (PicoAHW & PAHW_MCD) {
|
||||
// if cd is loaded, cdd_unload() triggers eject and
|
||||
// returns 1, else we'll select and load new CD here
|
||||
if (!cdd_unload())
|
||||
menu_loop_tray();
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user