small correction to previous commit

This commit is contained in:
goyuken 2014-06-04 16:00:52 +00:00
parent 500bbaf3c1
commit e048509fdb
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -85,6 +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.Lagged = true;
while (!gfx.ExecuteLine(surface, novideo))
{