update controller binding defaults to map well to xbox360 gamepads; corrected PCE keyboard bindings also
This commit is contained in:
parent
368c5266e5
commit
93b8bb291b
|
@ -335,7 +335,7 @@
|
||||||
public bool SmsForceStereoSeparation = false;
|
public bool SmsForceStereoSeparation = false;
|
||||||
|
|
||||||
public string SmsReset = "Tab";
|
public string SmsReset = "Tab";
|
||||||
public string SmsPause = "J1 B10, Space";
|
public string SmsPause = "J1 B8, Space";
|
||||||
public SMSControllerTemplate[] SMSController = new SMSControllerTemplate[2];
|
public SMSControllerTemplate[] SMSController = new SMSControllerTemplate[2];
|
||||||
|
|
||||||
// PCEngine Settings
|
// PCEngine Settings
|
||||||
|
@ -347,9 +347,9 @@
|
||||||
public string GenP1Left = "J1 Left, LeftArrow";
|
public string GenP1Left = "J1 Left, LeftArrow";
|
||||||
public string GenP1Right = "J1 Right, RightArrow";
|
public string GenP1Right = "J1 Right, RightArrow";
|
||||||
public string GenP1A = "J1 B1, Z";
|
public string GenP1A = "J1 B1, Z";
|
||||||
public string GenP1B = "J1 B2, X";
|
public string GenP1B = "J1 B3, X";
|
||||||
public string GenP1C = "J1 B9, C";
|
public string GenP1C = "J1 B4, C";
|
||||||
public string GenP1Start = "J1 B10, Return";
|
public string GenP1Start = "J1 B8, Return";
|
||||||
|
|
||||||
//GameBoy Settings
|
//GameBoy Settings
|
||||||
public NESControllerTemplate GameBoyController = new NESControllerTemplate(true);
|
public NESControllerTemplate GameBoyController = new NESControllerTemplate(true);
|
||||||
|
@ -418,10 +418,10 @@
|
||||||
Down = "J1 Down, DownArrow";
|
Down = "J1 Down, DownArrow";
|
||||||
Left = "J1 Left, LeftArrow";
|
Left = "J1 Left, LeftArrow";
|
||||||
Right = "J1 Right, RightArrow";
|
Right = "J1 Right, RightArrow";
|
||||||
I = "J1 B1, Z";
|
I = "J1 B1, X";
|
||||||
II = "J1 B2, X";
|
II = "J1 B2, Z";
|
||||||
Run = "J1 B10, C";
|
Run = "J1 B8, C";
|
||||||
Select = "J1 B9, V";
|
Select = "J1 B7, V";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -459,10 +459,10 @@
|
||||||
Down = "J1 Down, DownArrow";
|
Down = "J1 Down, DownArrow";
|
||||||
Left = "J1 Left, LeftArrow";
|
Left = "J1 Left, LeftArrow";
|
||||||
Right = "J1 Right, RightArrow";
|
Right = "J1 Right, RightArrow";
|
||||||
A = "J1 B1, X";
|
A = "J1 B2, X";
|
||||||
B = "J1 B2, Z";
|
B = "J1 B1, Z";
|
||||||
Start = "J1 B10, Return";
|
Start = "J1 B8, Return";
|
||||||
Select = "J1 B9, Space";
|
Select = "J1 B7, Space";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue