i never know where anything is in the input system
This commit is contained in:
parent
5f4ad0242f
commit
a278015404
|
@ -1211,6 +1211,7 @@ namespace BizHawk.MultiClient
|
||||||
Global.AutoFireController = Global.AutofireNESControls;
|
Global.AutoFireController = Global.AutofireNESControls;
|
||||||
break;
|
break;
|
||||||
case "SNES":
|
case "SNES":
|
||||||
|
case "SGB":
|
||||||
Global.ActiveController = Global.SNESControls;
|
Global.ActiveController = Global.SNESControls;
|
||||||
Global.AutoFireController = Global.AutofireSNESControls;
|
Global.AutoFireController = Global.AutofireSNESControls;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue