From 0dc4e89541a6af4bdbb950b97e09f2b514fe5bad Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 6 Jan 2025 16:37:42 +0200 Subject: [PATCH] Delay BPLCON0 ERSY=1 without genlock about half a frame --- custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.cpp b/custom.cpp index d72b0909..d4f16762 100644 --- a/custom.cpp +++ b/custom.cpp @@ -4224,7 +4224,7 @@ static void compute_spcflag_copper(void) } } } - if (issyncstopped_count <= 2) { + if (issyncstopped_count <= 160) { copper_enabled_thisline = 1; } } -- 2.47.3