game_specific_options defaults to true and would need some specific test cases for them to be turned off

This commit is contained in:
dankcushions 2017-02-19 22:35:30 +00:00
parent 7ee65bfe5d
commit 67a311a76b
1 changed files with 1 additions and 1 deletions

View File

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