Update EMU7800 schema

Facilitate testing between cores
This commit is contained in:
alyosha-tas 2017-07-29 20:22:44 -04:00 committed by GitHub
parent d66b7f61b8
commit 61b300b65a
1 changed files with 7 additions and 0 deletions
BizHawk.Client.EmuHawk/tools/VirtualPads/schema

View File

@ -248,6 +248,13 @@ namespace BizHawk.Client.EmuHawk
DisplayName = "Pause",
Location = new Point(158, 15),
Type = PadSchema.PadInputType.Boolean
},
new PadSchema.ButtonSchema
{
Name = "BW",
DisplayName = "BW",
Location = new Point(158, 15),
Type = PadSchema.PadInputType.Boolean
}
}
};