From d9673b8c8fd86d8e2fdcfac503e3da2cd53af6e3 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Thu, 14 May 2020 17:27:13 +0100 Subject: [PATCH] Disable 'Use Global Core Options File' by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index ce38c83a6f..0a4c88f426 100644 --- a/config.def.h +++ b/config.def.h @@ -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;