missed apostrophe somehow

This commit is contained in:
CasualPokePlayer 2022-08-19 23:46:03 -07:00
parent 9174d17bd8
commit afdfa065bd
1 changed files with 1 additions and 0 deletions

View File

@ -642,6 +642,7 @@ namespace BizHawk.Client.Common
["Right Bracket"] = ']',
["Backslash"] = '\\',
["Semicolon"] = ';',
["Apostrophe"] = '\'',
["Grave"] = '`',
["Comma"] = ',',
["Period"] = '.',