This commit is contained in:
goyuken 2014-06-04 17:56:44 +00:00
parent 8f2746ab86
commit 02627f5c93
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -85,7 +85,7 @@ namespace MDFN_IEN_WSWAN
oldbuttons = buttons;
memory.WSButtonStatus = rotate ? RotateButtons(buttons) : buttons;
memory.WSButtonStatus &= 0x3ff; // mask out "rotate" bit and other unused bits
memory.WSButtonStatus &= 0x7ff; // mask out "rotate" bit and other unused bits
memory.Lagged = true;
while (!gfx.ExecuteLine(surface, novideo))
{