DS - fix virtualpad lid buttons
This commit is contained in:
parent
df538c2833
commit
ce17df2b6a
BizHawk.Client.EmuHawk/tools/VirtualPads/schema
|
@ -48,10 +48,11 @@ namespace BizHawk.Client.EmuHawk.tools.VirtualPads.schema
|
|||
{
|
||||
return new ConsoleSchema
|
||||
{
|
||||
Size = new Size(60, 45),
|
||||
Size = new Size(160, 45),
|
||||
Buttons = new []
|
||||
{
|
||||
new ButtonSchema(8, 18, "Lid")
|
||||
new ButtonSchema(8, 18, "LidOpen") { DisplayName = "Lid Open" },
|
||||
new ButtonSchema(68, 18, "LidClose") { DisplayName = "Lid Close" }
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue