A7800: change 'trigger' to 'button'

This commit is contained in:
alyosha-tas 2018-12-14 18:23:24 -06:00
parent be218685c5
commit afebde0d3e
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ namespace BizHawk.Client.EmuHawk
},
new PadSchema.ButtonSchema
{
Name = "P" + controller + " Trigger",
Name = "P" + controller + " Button",
DisplayName = "1",
Location = new Point(120, 24),
Type = PadSchema.PadInputType.Boolean

View File

@ -158,7 +158,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
private static readonly string[] BaseDefinition =
{
"Up", "Down", "Left", "Right", "Trigger"
"Up", "Down", "Left", "Right", "Button"
};
private static byte[] HandControllerButtons =