From: Toni Wilen Date: Wed, 20 Dec 2023 16:16:20 +0000 (+0200) Subject: Fix interlaced mode in "Double, frames" mode X-Git-Tag: 5.1.0~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=07acc54c3b1392e1a4e457bd47694931c793dc1d;p=francis%2Fwinuae.git Fix interlaced mode in "Double, frames" mode --- 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) {