PSX mnemonics -> Square = Q not S
This commit is contained in:
parent
fbe64083e6
commit
4985b3853d
|
@ -107,7 +107,7 @@ namespace BizHawk.Client.Common
|
|||
{ "Triangle", 'T' },
|
||||
{ "Circle", 'O' },
|
||||
{ "Cross", 'X' },
|
||||
{ "Square", 'S' }
|
||||
{ "Square", 'Q' }
|
||||
};
|
||||
|
||||
private readonly Dictionary<string, Dictionary<string, char>> SystemOverrides = new Dictionary<string, Dictionary<string, char>>
|
||||
|
|
Loading…
Reference in New Issue