Fix PCE virtualpad I, II, and Run buttons, also fix the mnemonic display for the Run button

This commit is contained in:
adelikat 2014-08-01 01:39:07 +00:00
parent 43d9f77fd6
commit 157897ff55
2 changed files with 4 additions and 3 deletions
BizHawk.Client.Common/movie/bk2
BizHawk.Client.EmuHawk/tools/VirtualPads/schema

View File

@ -56,6 +56,7 @@ namespace BizHawk.Client.Common
{ "Select", 's' },
{ "Start", 'S' },
{ "Run", 'R' },
{ "L", 'l' },
{ "R", 'r' },

View File

@ -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