more buttons

This commit is contained in:
feos 2025-03-29 17:22:16 +03:00
parent 53cdf182ae
commit a74100ff9f
2 changed files with 14 additions and 2 deletions

View File

@ -820,7 +820,7 @@ namespace BizHawk.Emulation.Common
},
[VSystemID.Raw.Doom] = new()
{
["Automap"] = 'M',
["Automap"] = 'A',
["Backward"] = 'v',
["End Player"] = 'E',
["Fire"] = 'F',

View File

@ -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)