add name shortcuts for psx analog controls

This commit is contained in:
feos 2016-11-09 00:24:49 +03:00
parent 60f84fa028
commit b24eb2293f
1 changed files with 5 additions and 1 deletions

View File

@ -40,7 +40,11 @@ namespace BizHawk.Client.Common
{ "Lightgun X", "lX" },
{ "Lightgun Y", "lY" },
{ "X Axis", "aX" },
{ "Y Axis", "aY" }
{ "Y Axis", "aY" },
{ "LStick X", "lsX" },
{ "LStick Y", "lsY" },
{ "RStick X", "rsX" },
{ "RStick Y", "rsY" }
};
private readonly Dictionary<string, Dictionary<string, string>> SystemOverrides = new Dictionary<string, Dictionary<string, string>>