From 957e882e2da641a9c113e42617c10c69e9d7df93 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 12 Aug 2014 11:44:10 +0000 Subject: [PATCH] Set use snes9x to false, because everything has to be perfect in developer mode too since EmuCr sucks and I have to hear about it --- 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 f77fc4dfe6..ca613bbffd 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -604,7 +604,7 @@ namespace BizHawk.Client.Common // it hasn't been absorbed into the new system public bool GB_AsSGB = false; public bool NES_InQuickNES = true; - public bool SNES_InSnes9x = true; + public bool SNES_InSnes9x = false; // LuaWriter Settings public int LuaDefaultTextColor = -16777216;