small correction to previous commit
This commit is contained in:
parent
500bbaf3c1
commit
e048509fdb
Binary file not shown.
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue