fix dosbox Bk2MnemonicLookup

This commit is contained in:
Morilli 2025-04-21 12:06:04 +02:00
parent 236ff74b2b
commit 092accbba0
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ namespace BizHawk.Emulation.Common
["KeyPadMinus"] = '-',
["keyPadPlus"] = '+',
["KeyPadEnter"] = 'e',
["KeyPadPeriod"] = '.',
["KeyPadPeriod"] = 'p',
}
};