A7800Hawk: Update to correct mnemonics

This commit is contained in:
alyosha-tas 2017-07-29 19:23:08 -04:00 committed by GitHub
parent d0c658b380
commit 1173e887ea
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
private static readonly string[] BaseDefinition =
{
"U", "D", "L", "R", "Trigger"
"Up", "Down", "Left", "Right", "Trigger"
};
private static byte[] HandControllerButtons =
@ -244,7 +244,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
private static readonly string[] BaseDefinition =
{
"U", "D", "L", "R", "Trigger", "Trigger 2"
"Up", "Down", "Left", "Right", "Trigger", "Trigger 2"
};
private static byte[] HandControllerButtons =