make pizza boy the default for SGB

This commit is contained in:
adelikat 2017-07-13 20:49:01 -05:00
parent b968dbf81b
commit 4a33ed219c
1 changed files with 1 additions and 1 deletions

View File

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