mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
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…
x
Reference in New Issue
Block a user