C64 virtual pad - fixing mapping of joypad B buttons
This commit is contained in:
parent
bc637928b1
commit
a9ba93fcf3
|
@ -59,7 +59,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
},
|
||||
new PadSchema.ButtonSchema
|
||||
{
|
||||
Name = "P" + controller + " B",
|
||||
Name = "P" + controller + " Button",
|
||||
DisplayName = "B",
|
||||
Location = new Point(124, 24),
|
||||
Type = PadSchema.PadInputType.Boolean
|
||||
|
|
Loading…
Reference in New Issue