A2600: Fixed issue with vsync which caused flashing in Pleaides and Enduro

This commit is contained in:
pjgat09 2012-10-26 01:50:08 +00:00
parent 57349cdbcb
commit bff6ac53d7
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ namespace BizHawk.Emulation.Consoles.Atari
// Frame is complete, output to buffer // Frame is complete, output to buffer
vsyncEnabled = true; vsyncEnabled = true;
} }
else else if (vsyncEnabled)
{ {
// When VSYNC is disabled, this will be the first line of the new frame // When VSYNC is disabled, this will be the first line of the new frame