GBA virtual pad - adjust size so light sensor actually shows

This commit is contained in:
adelikat 2020-08-29 13:49:06 -05:00
parent a11a7017a7
commit 1671cd32c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace BizHawk.Client.EmuHawk
return new PadSchema return new PadSchema
{ {
DisplayName = "Tilt Controls", DisplayName = "Tilt Controls",
Size = new Size(256, 240), Size = new Size(256, 340),
Buttons = new[] Buttons = new[]
{ {
Tilt(10, 15, "X"), Tilt(10, 15, "X"),