Merge pull request #10631 from jdgleaver/global-core-options-default

Disable 'Use Global Core Options File' by default
This commit is contained in:
Autechre 2020-05-14 19:41:14 +02:00 committed by GitHub
commit e7c909fe66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,7 +614,7 @@ static const bool rgui_extended_ascii = false;
static const bool default_game_specific_options = true;
static const bool default_auto_overrides_enable = true;
static const bool default_auto_remaps_enable = true;
static const bool default_global_core_options = true;
static const bool default_global_core_options = false;
static const bool default_auto_shaders_enable = true;
static const bool default_sort_savefiles_enable = false;