rename menu item from Pizza Boy to SameBoy, remove some commented code

This commit is contained in:
adelikat 2017-07-21 08:34:44 -05:00
parent 182cf4228b
commit 140f603607
3 changed files with 3511 additions and 3514 deletions

View File

@ -920,9 +920,7 @@ namespace BizHawk.Client.Common
case "GBC": case "GBC":
if (!Global.Config.GB_AsSGB) if (!Global.Config.GB_AsSGB)
{ {
//core = CoreInventory.Instance["GB", "Pizza Boy"];
core = CoreInventory.Instance["GB", "Gambatte"]; core = CoreInventory.Instance["GB", "Gambatte"];
//core = CoreInventory.Instance["GB", "SameBoy"];
} }
else else
{ {

File diff suppressed because it is too large Load Diff

View File

@ -1258,7 +1258,7 @@ namespace BizHawk.Client.EmuHawk
private void SGBCoreSubmenu_DropDownOpened(object sender, EventArgs e) private void SGBCoreSubmenu_DropDownOpened(object sender, EventArgs e)
{ {
SgbBsnesMenuItem.Checked = Global.Config.SGB_UseBsnes; SgbBsnesMenuItem.Checked = Global.Config.SGB_UseBsnes;
SgbPizzaBoyMenuItem.Checked = !Global.Config.SGB_UseBsnes; SgbSameBoyMenuItem.Checked = !Global.Config.SGB_UseBsnes;
} }
private void SgbCorePick_Click(object sender, EventArgs e) private void SgbCorePick_Click(object sender, EventArgs e)
@ -1271,7 +1271,6 @@ namespace BizHawk.Client.EmuHawk
} }
} }
private void GbInSgbMenuItem_Click(object sender, EventArgs e) private void GbInSgbMenuItem_Click(object sender, EventArgs e)
{ {
Global.Config.GB_AsSGB ^= true; Global.Config.GB_AsSGB ^= true;