diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ButtonSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ButtonSchema.cs index 2cc13eb6ea..cc399bff23 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ButtonSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ButtonSchema.cs @@ -27,7 +27,7 @@ namespace BizHawk.Client.EmuHawk public string Name { get; set; } public string DisplayName { get; set; } public PadInputType Type { get; protected set; } = PadInputType.Boolean; - public Point Location { get; set; } + public Point Location { get; protected set; } public Bitmap Icon { get; set; } public Size TargetSize { get; set; } // Specifically for TargetedPair, specifies the screen size public string[] SecondaryNames { get; set; } // Any other buttons necessary to operate (such as the Y axis) diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs index 369fbf7848..73e46ec450 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs @@ -669,8 +669,7 @@ namespace BizHawk.Client.EmuHawk new ButtonSchema(311, 84) { Name = $"P{controller} Colon", - DisplayName = ":", - Location = new Point(311, 84) + DisplayName = ":" }, new ButtonSchema(332, 84) {