Fix N64 virtualpad
This commit is contained in:
parent
bb4f044f4e
commit
7881775d59
|
@ -32,6 +32,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
new PadSchema.ButtonScema
|
||||
{
|
||||
Name = "P" + controller + " X Axis",
|
||||
MaxValue = 127,
|
||||
DisplayName = "",
|
||||
Location = new Point(6, 14),
|
||||
Type = PadSchema.PadInputType.AnalogStick
|
||||
|
|
Loading…
Reference in New Issue