From 6f40a45fc9c24d39702cb92e011cbe44673e5c10 Mon Sep 17 00:00:00 2001 From: plaidman Date: Fri, 17 May 2019 12:44:22 -0400 Subject: [PATCH] enabling shutdown menu option by default for lakka-switch --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index 8f7ce3ecf5..afe8c2334b 100644 --- a/config.def.h +++ b/config.def.h @@ -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