a squarish mnemonic constant that is ascii
This commit is contained in:
parent
9fc46f6764
commit
536964bac2
|
@ -107,7 +107,7 @@ namespace BizHawk.Client.Common
|
|||
{ "Triangle", 'T' },
|
||||
{ "Circle", 'O' },
|
||||
{ "Cross", 'X' },
|
||||
{ "Square", '□' }
|
||||
{ "Square", '⌂' }
|
||||
};
|
||||
|
||||
private readonly Dictionary<string, Dictionary<string, char>> SystemOverrides = new Dictionary<string, Dictionary<string, char>>
|
||||
|
|
Loading…
Reference in New Issue