diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs index 2d400ebee9..0fe25969fd 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs @@ -80,63 +80,63 @@ namespace BizHawk.Client.EmuHawk { Name = "P" + controller + " R", DisplayName = "R", - Location = new Point(172, 150), + Location = new Point(191, 150), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " Z", DisplayName = "Z", - Location = new Point(74, 245), + Location = new Point(81, 234), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " Start", DisplayName = "S", - Location = new Point(87, 157), + Location = new Point(81, 211), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " B", DisplayName = "B", - Location = new Point(83, 195), + Location = new Point(127, 211), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " A", DisplayName = "A", - Location = new Point(113, 206), + Location = new Point(138, 234), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " C Up", Icon = Properties.Resources.YellowUp, - Location = new Point(147, 235), + Location = new Point(173, 175), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " C Down", Icon = Properties.Resources.YellowDown, - Location = new Point(147, 256), + Location = new Point(173, 196), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " C Left", Icon = Properties.Resources.YellowLeft, - Location = new Point(126, 249), + Location = new Point(152, 189), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonScema { Name = "P" + controller + " C Right", Icon = Properties.Resources.YellowRight, - Location = new Point(168, 249), + Location = new Point(194, 189), Type = PadSchema.PadInputType.Boolean } }