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