From aeaba5ab8e85c1df4f672f9a1ee5bead5d7f1e2a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 1 Feb 2017 23:01:41 +0100 Subject: [PATCH] Default to non-advanced mode by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 4be7b53a28..0866e35bda 100644 --- a/config.def.h +++ b/config.def.h @@ -643,7 +643,7 @@ static unsigned menu_shader_pipeline = 2; #endif #endif -static bool show_advanced_settings = true; +static bool show_advanced_settings = false; static const uint32_t menu_entry_normal_color = 0xffffffff; static const uint32_t menu_entry_hover_color = 0xff64ff64; static const uint32_t menu_title_color = 0xff64ff64;