more buttons
This commit is contained in:
parent
53cdf182ae
commit
a74100ff9f
|
@ -820,7 +820,7 @@ namespace BizHawk.Emulation.Common
|
|||
},
|
||||
[VSystemID.Raw.Doom] = new()
|
||||
{
|
||||
["Automap"] = 'M',
|
||||
["Automap"] = 'A',
|
||||
["Backward"] = 'v',
|
||||
["End Player"] = 'E',
|
||||
["Fire"] = 'F',
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue