Merge pull request #4670 from dankcushions/patch-2

Default game_specific_options to true.
This commit is contained in:
Twinaphex 2017-02-19 21:34:37 +01:00 committed by GitHub
commit b59e015b8b

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;