Virtualpads - fix Atari 2600 B button
This commit is contained in:
parent
8a64bb3ee7
commit
fea5156c31
|
@ -57,7 +57,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
},
|
},
|
||||||
new PadSchema.ButtonScema
|
new PadSchema.ButtonScema
|
||||||
{
|
{
|
||||||
Name = "P" + controller + " B",
|
Name = "P" + controller + " Button",
|
||||||
DisplayName = "B",
|
DisplayName = "B",
|
||||||
Location = new Point(124, 24),
|
Location = new Point(124, 24),
|
||||||
Type = PadSchema.PadInputType.Boolean
|
Type = PadSchema.PadInputType.Boolean
|
||||||
|
|
Loading…
Reference in New Issue