Default game_specific_options to true.

This is the core-option overrides functionality. If the user hasn't created any override files, they won't be used. Seems to me like there's no harm in defaulting this to on.
This commit is contained in:
dankcushions 2017-02-19 18:54:35 +00:00 committed by GitHub
parent 7ee65bfe5d
commit f05da5c0e1

View File

@ -652,7 +652,7 @@ static const uint32_t menu_title_color = 0xff64ff64;
static bool default_block_config_read = false;
#endif
static bool default_game_specific_options = false;
static bool default_game_specific_options = true;
static bool default_auto_overrides_enable = true;
static bool default_auto_remaps_enable = true;
static bool default_auto_shaders_enable = true;