unbreak toolstrip menu and controller function for GBC

This commit is contained in:
goyuken 2012-10-06 23:53:05 +00:00
parent 896e61b908
commit 329ca16bdf
1 changed files with 2 additions and 0 deletions

View File

@ -1183,6 +1183,7 @@ namespace BizHawk.MultiClient
sMSToolStripMenuItem.Visible = true;
break;
case "GB":
case "GBC":
gBToolStripMenuItem.Visible = true;
break;
case "A26":
@ -1246,6 +1247,7 @@ namespace BizHawk.MultiClient
Global.AutoFireController = Global.AutofireSNESControls;
break;
case "GB":
case "GBC":
Global.ActiveController = Global.GBControls;
Global.AutoFireController = Global.AutofireGBControls;
break;