mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(Lakka) If HAVE_LAKKA is defined, display Shutdown and Reboot entries in RGUI
This commit is contained in:
parent
58ef1541c2
commit
1d69f55b37
@ -3210,6 +3210,14 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
menu_displaylist_parse_settings(menu, info,
|
||||
menu_hash_to_str(MENU_LABEL_QUIT_RETROARCH),
|
||||
PARSE_ACTION, false);
|
||||
#endif
|
||||
#if defined(HAVE_LAKKA)
|
||||
menu_displaylist_parse_settings(menu, info,
|
||||
menu_hash_to_str(MENU_LABEL_SHUTDOWN),
|
||||
PARSE_ACTION, false);
|
||||
menu_displaylist_parse_settings(menu, info,
|
||||
menu_hash_to_str(MENU_LABEL_REBOOT),
|
||||
PARSE_ACTION, false);
|
||||
#endif
|
||||
info->need_push = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user