AtariHawk - don't flag a frame as lag if the control switches are being read
This commit is contained in:
parent
d3a6b04a40
commit
826419a0a3
|
@ -253,7 +253,7 @@ namespace BizHawk
|
|||
if (bw) value &= 0xF7;
|
||||
if (p0difficulty) value &= 0xBF;
|
||||
if (p1difficulty) value &= 0x7F;
|
||||
|
||||
_islag = false;
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue