that was a bad idea

This commit is contained in:
adelikat 2014-12-13 02:26:15 +00:00
parent a4e5bdc934
commit 4304aa9d01
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", '' }
{ "Square", 'S' }
};
private readonly Dictionary<string, Dictionary<string, char>> SystemOverrides = new Dictionary<string, Dictionary<string, char>>