diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs index 0fe25969fd..1c861de3e7 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs @@ -29,14 +29,6 @@ namespace BizHawk.Client.EmuHawk DefaultSize = new Size(220, 316), Buttons = new[] { - new PadSchema.ButtonScema - { - Name = "P" + controller + " X Axis", - MaxValue = 127, - DisplayName = "", - Location = new Point(6, 14), - Type = PadSchema.PadInputType.AnalogStick - }, new PadSchema.ButtonScema { Name = "P" + controller + " DPad U", @@ -138,6 +130,14 @@ namespace BizHawk.Client.EmuHawk Icon = Properties.Resources.YellowRight, Location = new Point(194, 189), Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " X Axis", + MaxValue = 127, + DisplayName = "", + Location = new Point(6, 14), + Type = PadSchema.PadInputType.AnalogStick } } };