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;