From 3373628edbe67bba2220adb6b08056cdcaa3f9cb Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 12 May 2014 00:19:00 +0000 Subject: [PATCH] Make quicknes the default --- BizHawk.Client.Common/config/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index 577d7dcd89..6053618621 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -561,7 +561,7 @@ namespace BizHawk.Client.Common // as this setting spans multiple cores and doesn't actually affect the behavior of any core, // it hasn't been absorbed into the new system public bool GB_AsSGB = false; - public bool NES_InQuickNES = false; + public bool NES_InQuickNES = true; // LuaWriter Settings public int LuaDefaultTextColor = -16777216;