Virtualpads - fix Atari 2600 B button

This commit is contained in:
adelikat 2014-12-22 01:36:54 +00:00
parent 8a64bb3ee7
commit fea5156c31
1 changed files with 1 additions and 1 deletions

View File

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