i never know where anything is in the input system

This commit is contained in:
goyuken 2012-09-29 20:30:27 +00:00
parent 5f4ad0242f
commit a278015404
1 changed files with 1 additions and 0 deletions

View File

@ -1211,6 +1211,7 @@ namespace BizHawk.MultiClient
Global.AutoFireController = Global.AutofireNESControls;
break;
case "SNES":
case "SGB":
Global.ActiveController = Global.SNESControls;
Global.AutoFireController = Global.AutofireSNESControls;
break;