DS - fix virtualpad lid buttons

This commit is contained in:
adelikat 2020-04-07 08:43:52 -05:00
parent df538c2833
commit ce17df2b6a
1 changed files with 3 additions and 2 deletions

View File

@ -48,10 +48,11 @@ namespace BizHawk.Client.EmuHawk.tools.VirtualPads.schema
{ {
return new ConsoleSchema return new ConsoleSchema
{ {
Size = new Size(60, 45), Size = new Size(160, 45),
Buttons = new [] Buttons = new []
{ {
new ButtonSchema(8, 18, "Lid") new ButtonSchema(8, 18, "LidOpen") { DisplayName = "Lid Open" },
new ButtonSchema(68, 18, "LidClose") { DisplayName = "Lid Close" }
} }
}; };
} }