make snes9x the default snes core
This commit is contained in:
parent
f96a7abb94
commit
c772bc4941
|
@ -535,7 +535,7 @@ namespace BizHawk.Client.Common
|
||||||
// it hasn't been absorbed into the new system
|
// it hasn't been absorbed into the new system
|
||||||
public bool GB_AsSGB = false;
|
public bool GB_AsSGB = false;
|
||||||
public bool NES_InQuickNES = true;
|
public bool NES_InQuickNES = true;
|
||||||
public bool SNES_InSnes9x = false;
|
public bool SNES_InSnes9x = true;
|
||||||
public bool GBA_UsemGBA = false;
|
public bool GBA_UsemGBA = false;
|
||||||
public bool A78_UseEmu7800 = true;
|
public bool A78_UseEmu7800 = true;
|
||||||
public bool CoreForcingViaGameDB = true;
|
public bool CoreForcingViaGameDB = true;
|
||||||
|
|
Loading…
Reference in New Issue