From 55c0cbf91ff735bfe83f44e83706556f66730355 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 14 Feb 2026 16:02:31 +0200 Subject: [PATCH] Removed unneeded comparison --- custom.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/custom.cpp b/custom.cpp index 4e0ccaee..5476aa59 100644 --- a/custom.cpp +++ b/custom.cpp @@ -10445,9 +10445,6 @@ static void check_vsyncs_fast(void) lof_detect = 0; update_lof_detect(); } - if (vpos == 5 && !lof_store) { - agnus_vsync = false; - } if (vpos == 2 && !lof_store) { agnus_vsync = true; lof_detect = 0; -- 2.47.3