From 092accbba068c38a8f2616a7d60582a7f49b3dc0 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:06:04 +0200 Subject: [PATCH] fix dosbox Bk2MnemonicLookup --- .../Base Implementations/Bk2MnemonicLookup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs index 5ee7f6c205..c145cbd7d7 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs @@ -938,7 +938,7 @@ namespace BizHawk.Emulation.Common ["KeyPadMinus"] = '-', ["keyPadPlus"] = '+', ["KeyPadEnter"] = 'e', - ["KeyPadPeriod"] = '.', + ["KeyPadPeriod"] = 'p', } };