From: Toni Wilen Date: Sat, 14 Feb 2026 14:02:31 +0000 (+0200) Subject: Removed unneeded comparison X-Git-Tag: 6030~4 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=55c0cbf91ff735bfe83f44e83706556f66730355;p=francis%2Fwinuae.git Removed unneeded comparison --- 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;