From 4a33ed219cf2325bf547e712ab26eb108f196d5c Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 13 Jul 2017 20:49:01 -0500 Subject: [PATCH] make pizza boy the default for SGB --- 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 409927129e..1fceeba123 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -540,7 +540,7 @@ namespace BizHawk.Client.Common public bool SNES_InSnes9x = true; public bool GBA_UsemGBA = true; public bool A78_UseEmu7800 = true; - public bool SGB_UseBsnes = true; + public bool SGB_UseBsnes = false; public bool CoreForcingViaGameDB = true; public string LibretroCore; }