rename menu item from Pizza Boy to SameBoy, remove some commented code
This commit is contained in:
parent
182cf4228b
commit
140f603607
|
@ -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
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue