PSX mnemonics -> Square = Q not S

This commit is contained in:
adelikat 2014-12-13 14:57:03 +00:00
parent fbe64083e6
commit 4985b3853d
1 changed files with 1 additions and 1 deletions

View File

@ -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>>