missed apostrophe somehow
This commit is contained in:
parent
9174d17bd8
commit
afdfa065bd
|
@ -642,6 +642,7 @@ namespace BizHawk.Client.Common
|
|||
["Right Bracket"] = ']',
|
||||
["Backslash"] = '\\',
|
||||
["Semicolon"] = ';',
|
||||
["Apostrophe"] = '\'',
|
||||
["Grave"] = '`',
|
||||
["Comma"] = ',',
|
||||
["Period"] = '.',
|
||||
|
|
Loading…
Reference in New Issue