O2 - add Reset button to virtual pad

This commit is contained in:
adelikat 2020-04-03 18:08:26 -05:00
parent e357ed3dbc
commit 96a753324a
1 changed files with 3 additions and 2 deletions

View File

@ -101,10 +101,11 @@ namespace BizHawk.Client.EmuHawk
{
return new ConsoleSchema
{
Size = new Size(75, 50),
Size = new Size(150, 50),
Buttons = new[]
{
new ButtonSchema(10, 15, "Power")
new ButtonSchema(10, 15, "Reset"),
new ButtonSchema(58, 15, "Power")
}
};
}