make mGBA the default GBA core

This commit is contained in:
adelikat 2017-06-13 17:35:10 -05:00
parent 58b424e53e
commit c33271e534
1 changed files with 1 additions and 1 deletions

View File

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