Make quicknes the default

This commit is contained in:
adelikat 2014-05-12 00:19:00 +00:00
parent ec5414c9d8
commit 3373628edb
1 changed files with 1 additions and 1 deletions

View File

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