make mGBA the default GBA core
This commit is contained in:
parent
58b424e53e
commit
c33271e534
|
@ -536,7 +536,7 @@ namespace BizHawk.Client.Common
|
|||
public bool GB_AsSGB = false;
|
||||
public bool NES_InQuickNES = true;
|
||||
public bool SNES_InSnes9x = true;
|
||||
public bool GBA_UsemGBA = false;
|
||||
public bool GBA_UsemGBA = true;
|
||||
public bool A78_UseEmu7800 = true;
|
||||
public bool CoreForcingViaGameDB = true;
|
||||
public string LibretroCore;
|
||||
|
|
Loading…
Reference in New Issue