From 67a311a76ba53f39f6984d696c0512602fe0f199 Mon Sep 17 00:00:00 2001 From: dankcushions Date: Sun, 19 Feb 2017 22:35:30 +0000 Subject: [PATCH] game_specific_options defaults to true and would need some specific test cases for them to be turned off --- menu/menu_setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_setting.c b/menu/menu_setting.c index ae82515b83..bc7362d905 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -2811,7 +2811,7 @@ static bool setting_append_list( bool_entries[2].name_enum_idx = MENU_ENUM_LABEL_GAME_SPECIFIC_OPTIONS; bool_entries[2].SHORT_enum_idx = MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_OPTIONS; bool_entries[2].default_value = default_game_specific_options; - bool_entries[2].flags = SD_FLAG_NONE; + bool_entries[2].flags = SD_FLAG_ADVANCED; bool_entries[3].target = &settings->auto_overrides_enable; bool_entries[3].name_enum_idx = MENU_ENUM_LABEL_AUTO_OVERRIDES_ENABLE;