mnemonics: comma means no input

TODO: unit test
This commit is contained in:
feos 2025-04-19 09:28:12 +03:00
parent 508aaa4400
commit c2ba2d7d4a
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ namespace BizHawk.Emulation.Common
["Apostrophe"] = '\'', ["Apostrophe"] = '\'',
["Grave"] = '`', ["Grave"] = '`',
["Comma"] = ',', ["Comma"] = ',',
["Period"] = '.', ["Period"] = 'p',
["Slash"] = '/', ["Slash"] = '/',
["Space"] = 's', ["Space"] = 's',
["Tab"] = 't', ["Tab"] = 't',