A2600: Fixed issue with vsync which caused flashing in Pleaides and Enduro
This commit is contained in:
parent
57349cdbcb
commit
bff6ac53d7
|
@ -1052,7 +1052,7 @@ namespace BizHawk.Emulation.Consoles.Atari
|
|||
// Frame is complete, output to buffer
|
||||
vsyncEnabled = true;
|
||||
}
|
||||
else
|
||||
else if (vsyncEnabled)
|
||||
{
|
||||
// When VSYNC is disabled, this will be the first line of the new frame
|
||||
|
||||
|
|
Loading…
Reference in New Issue