add name shortcuts for psx analog controls
This commit is contained in:
parent
60f84fa028
commit
b24eb2293f
|
@ -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>>
|
||||
|
|
Loading…
Reference in New Issue