Merge pull request #8801 from plaidman/master

enabling shutdown menu option by default for lakka-switch
This commit is contained in:
hizzlekizzle 2019-05-17 14:00:32 -05:00 committed by GitHub
commit 424ef19e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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