From d78fd1d159efa3e09fa66f0cc54e1e18c0468cf8 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 26 May 2023 21:33:10 +0300 Subject: [PATCH] Reset refresh conflict state fully in vsync --- custom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom.cpp b/custom.cpp index 0731d44f..7dadde6b 100644 --- a/custom.cpp +++ b/custom.cpp @@ -14030,6 +14030,8 @@ static void hsync_handler(void) lof_display = lof_store; hstrobe_conflict = false; hstrobe_conflict2 = false; + hdiw_counter_conflict = 0; + hdiw_counter_sconflict = 0; reset_autoscale(); } vsync_line = vs; -- 2.47.3