From c33271e534021088b498f3d17cf209023b9871be Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 13 Jun 2017 17:35:10 -0500 Subject: [PATCH] make mGBA the default GBA core --- BizHawk.Client.Common/config/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index 628f70b459..23fffa7775 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -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;