make auto remaps and auto overrides default, it's a harmless change since they are only loaded if found

This commit is contained in:
radius 2016-01-02 14:07:38 -05:00
parent 59cdd64267
commit 0bdbac3d87

View File

@ -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;