Fix PCE virtualpad I, II, and Run buttons, also fix the mnemonic display for the Run button
This commit is contained in:
parent
43d9f77fd6
commit
157897ff55
BizHawk.Client.Common/movie/bk2
BizHawk.Client.EmuHawk/tools/VirtualPads/schema
|
@ -56,6 +56,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
{ "Select", 's' },
|
||||
{ "Start", 'S' },
|
||||
{ "Run", 'R' },
|
||||
|
||||
{ "L", 'l' },
|
||||
{ "R", 'r' },
|
||||
|
|
|
@ -58,14 +58,14 @@ namespace BizHawk.Client.EmuHawk
|
|||
},
|
||||
new PadSchema.ButtonScema
|
||||
{
|
||||
Name = "P" + controller + " B",
|
||||
Name = "P" + controller + " B2",
|
||||
DisplayName = "II",
|
||||
Location = new Point(122, 34),
|
||||
Type = PadSchema.PadInputType.Boolean
|
||||
},
|
||||
new PadSchema.ButtonScema
|
||||
{
|
||||
Name = "P" + controller + " A",
|
||||
Name = "P" + controller + " B1",
|
||||
DisplayName = "I",
|
||||
Location = new Point(146, 34),
|
||||
Type = PadSchema.PadInputType.Boolean
|
||||
|
@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
},
|
||||
new PadSchema.ButtonScema
|
||||
{
|
||||
Name = "P" + controller + " Start",
|
||||
Name = "P" + controller + " Run",
|
||||
DisplayName = "R",
|
||||
Location = new Point(74, 34),
|
||||
Type = PadSchema.PadInputType.Boolean
|
||||
|
|
Loading…
Reference in New Issue