From f3a9765ef75fae547842b9d2e63203f5181b5f91 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 12 May 2025 20:47:02 +0300 Subject: [PATCH] Fix interlace timing --- custom.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom.cpp b/custom.cpp index 7e3c4e5f..7292e4c7 100644 --- a/custom.cpp +++ b/custom.cpp @@ -11350,8 +11350,6 @@ static void custom_trigger_start(void) fast_lines_cnt = 0; } - check_vsyncs_fast(); - if (!custom_disabled && !currprefs.cpu_memory_cycle_exact && currprefs.cs_optimizations < DISPLAY_OPTIMIZATIONS_NONE) { #if 0 if (bpl_active_this_line) { @@ -11365,6 +11363,7 @@ static void custom_trigger_start(void) } } #endif + update_fast_vb(); int canline = can_fast_custom(); if (canline) { calculate_linetype(linear_display_vpos + 1); -- 2.47.3