Make quicknes the default
This commit is contained in:
parent
ec5414c9d8
commit
3373628edb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue