]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Removed unneeded comparison
authorToni Wilen <twilen@winuae.net>
Sat, 14 Feb 2026 14:02:31 +0000 (16:02 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 14 Feb 2026 14:02:31 +0000 (16:02 +0200)
custom.cpp

index 4e0ccaeea9270cd116929d77272d6a75b7e3fcdd..5476aa59c1fb1dd0b1020cd58a76264eeb1463f9 100644 (file)
@@ -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;