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

This commit is contained in:
adelikat 2014-08-12 11:44:10 +00:00
parent 2f9c33386e
commit 957e882e2d
1 changed files with 1 additions and 1 deletions

View File

@ -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;