mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 15:54:39 +00:00
Merge pull request #8801 from plaidman/master
enabling shutdown menu option by default for lakka-switch
This commit is contained in:
commit
424ef19e55
@ -323,11 +323,7 @@ static bool menu_show_configurations = true;
|
||||
static bool menu_show_help = true;
|
||||
static bool menu_show_quit_retroarch = true;
|
||||
static bool menu_show_reboot = true;
|
||||
#ifdef HAVE_LAKKA_SWITCH
|
||||
static bool menu_show_shutdown = false;
|
||||
#else
|
||||
static bool menu_show_shutdown = true;
|
||||
#endif
|
||||
#if defined(HAVE_LAKKA) || defined(VITA) || defined(_3DS)
|
||||
static bool menu_show_core_updater = false;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user