From a74100ff9faae6ede761cf63dac3f36ec3c3e04b Mon Sep 17 00:00:00 2001 From: feos Date: Sat, 29 Mar 2025 17:22:16 +0300 Subject: [PATCH] more buttons --- .../Base Implementations/Bk2MnemonicLookup.cs | 2 +- .../Computers/Doom/DSDAControllers.cs | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs index 44980adce3..35c47382f5 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs @@ -820,7 +820,7 @@ namespace BizHawk.Emulation.Common }, [VSystemID.Raw.Doom] = new() { - ["Automap"] = 'M', + ["Automap"] = 'A', ["Backward"] = 'v', ["End Player"] = 'E', ["Fire"] = 'F', diff --git a/src/BizHawk.Emulation.Cores/Computers/Doom/DSDAControllers.cs b/src/BizHawk.Emulation.Cores/Computers/Doom/DSDAControllers.cs index 6d700fdab2..16818a6734 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Doom/DSDAControllers.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Doom/DSDAControllers.cs @@ -68,7 +68,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom "Strafe Left", "Strafe Right", "Run", - "Automap", + "Strafe", "Weapon Select 1", "Weapon Select 2", "Weapon Select 3", @@ -76,6 +76,18 @@ namespace BizHawk.Emulation.Cores.Computers.Doom "Weapon Select 5", "Weapon Select 6", "Weapon Select 7", + "Automap Toggle", + "Automap +", + "Automap -", + "Automap Full/Zoom", + "Automap Follow", + "Automap Up", + "Automap Down", + "Automap Right", + "Automap Left", + "Automap Grid", + "Automap Mark", + "Automap Clear Marks", ]; public byte ReadButtons(IController c)