From 07acc54c3b1392e1a4e457bd47694931c793dc1d Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Wed, 20 Dec 2023 18:16:20 +0200 Subject: [PATCH] Fix interlaced mode in "Double, frames" mode --- custom.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom.cpp b/custom.cpp index 831ceb52..04d03855 100644 --- a/custom.cpp +++ b/custom.cpp @@ -12164,6 +12164,9 @@ static void vsync_handler_render(void) frameskiptime += end - start; } + linear_vpos = vpos; + next_lineno = calculate_lineno(linear_vpos); + bool frameok = framewait(); if (!ad->picasso_on) { -- 2.47.3