GBA virtual pad - adjust size so light sensor actually shows
This commit is contained in:
parent
a11a7017a7
commit
1671cd32c4
|
@ -26,7 +26,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
return new PadSchema
|
||||
{
|
||||
DisplayName = "Tilt Controls",
|
||||
Size = new Size(256, 240),
|
||||
Size = new Size(256, 340),
|
||||
Buttons = new[]
|
||||
{
|
||||
Tilt(10, 15, "X"),
|
||||
|
|
Loading…
Reference in New Issue