make auto remaps and auto overrides default, it's a harmless change since they are only loaded if found
This commit is contained in:
parent
59cdd64267
commit
0bdbac3d87
|
@ -526,8 +526,8 @@ static bool default_core_specific_config = false;
|
|||
#endif
|
||||
|
||||
static bool default_game_specific_options = false;
|
||||
static bool default_auto_overrides_enable = false;
|
||||
static bool default_auto_remaps_enable = false;
|
||||
static bool default_auto_overrides_enable = true;
|
||||
static bool default_auto_remaps_enable = true;
|
||||
|
||||
static bool default_sort_savefiles_enable = false;
|
||||
static bool default_sort_savestates_enable = false;
|
||||
|
|
Loading…
Reference in New Issue