mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
DISABLE_MENU=1 build fix
This commit is contained in:
parent
b5eba22aaf
commit
16c4035e1c
@ -7593,10 +7593,12 @@ TODO: Add a setting for these tweaks */
|
|||||||
|
|
||||||
command_event_disk_control_set_eject(new_state, print_log);
|
command_event_disk_control_set_eject(new_state, print_log);
|
||||||
|
|
||||||
|
#if defined(HAVE_MENU)
|
||||||
/* It is necessary to refresh the disk options
|
/* It is necessary to refresh the disk options
|
||||||
* menu when toggling the tray state */
|
* menu when toggling the tray state */
|
||||||
menu_entries_ctl(MENU_ENTRIES_CTL_SET_REFRESH, &refresh);
|
menu_entries_ctl(MENU_ENTRIES_CTL_SET_REFRESH, &refresh);
|
||||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PREVENT_POPULATE, NULL);
|
menu_driver_ctl(RARCH_MENU_CTL_SET_PREVENT_POPULATE, NULL);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user