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:
parent
2f9c33386e
commit
957e882e2d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue