From bff6ac53d750d865d0865edd235f8266e48f0073 Mon Sep 17 00:00:00 2001 From: pjgat09 Date: Fri, 26 Oct 2012 01:50:08 +0000 Subject: [PATCH] A2600: Fixed issue with vsync which caused flashing in Pleaides and Enduro --- BizHawk.Emulation/Consoles/Atari/2600/TIA.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs b/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs index d64e7eaee2..6216267f40 100644 --- a/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs +++ b/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs @@ -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