make snes9x the default snes core

This commit is contained in:
adelikat 2017-06-03 09:28:43 -05:00
parent f96a7abb94
commit c772bc4941
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,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 = false;
public bool SNES_InSnes9x = true;
public bool GBA_UsemGBA = false;
public bool A78_UseEmu7800 = true;
public bool CoreForcingViaGameDB = true;