From ee4d29066e507fbeec4816f808ecc3086fe4f4ed Mon Sep 17 00:00:00 2001 From: radius Date: Tue, 17 Nov 2015 16:28:36 -0500 Subject: [PATCH] turn this option off by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 81bbddf979..ed5aaa3f86 100644 --- a/config.def.h +++ b/config.def.h @@ -519,7 +519,7 @@ static bool default_core_specific_config = true; static bool default_core_specific_config = false; #endif -static bool default_game_specific_options = true; +static bool default_game_specific_options = false; static bool default_auto_overrides_enable = false; static bool default_auto_remaps_enable = false;