PCE - slight change in order of buttons on input config, fix Virtual Pad on PCE CD and SGX modes
This commit is contained in:
parent
0edaa948eb
commit
0eea66c54b
|
@ -840,8 +840,8 @@ namespace BizHawk.MultiClient
|
|||
public string Right;
|
||||
public string I;
|
||||
public string II;
|
||||
public string Run;
|
||||
public string Select;
|
||||
public string Run;
|
||||
public bool Enabled;
|
||||
public PCEControllerTemplate() { }
|
||||
public PCEControllerTemplate(bool defaults)
|
||||
|
|
|
@ -100,6 +100,8 @@ namespace BizHawk.MultiClient
|
|||
ControllerBox.Controls.Add(Pads[2] as Control);
|
||||
break;
|
||||
case "PCE":
|
||||
case "PCECD":
|
||||
case "SGX":
|
||||
VirtualPadPCE pcepad1 = new VirtualPadPCE();
|
||||
pcepad1.Location = new Point(8, 19);
|
||||
pcepad1.Controller = "P1";
|
||||
|
|
Loading…
Reference in New Issue