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_help = true;
|
||||||
static bool menu_show_quit_retroarch = true;
|
static bool menu_show_quit_retroarch = true;
|
||||||
static bool menu_show_reboot = true;
|
static bool menu_show_reboot = true;
|
||||||
#ifdef HAVE_LAKKA_SWITCH
|
|
||||||
static bool menu_show_shutdown = false;
|
|
||||||
#else
|
|
||||||
static bool menu_show_shutdown = true;
|
static bool menu_show_shutdown = true;
|
||||||
#endif
|
|
||||||
#if defined(HAVE_LAKKA) || defined(VITA) || defined(_3DS)
|
#if defined(HAVE_LAKKA) || defined(VITA) || defined(_3DS)
|
||||||
static bool menu_show_core_updater = false;
|
static bool menu_show_core_updater = false;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue