Merge pull request #4670 from dankcushions/patch-2
Default game_specific_options to true.
This commit is contained in:
commit
b59e015b8b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue