diff --git a/config.def.h b/config.def.h index 82a99c79b5..7b03437332 100644 --- a/config.def.h +++ b/config.def.h @@ -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;