From 918b18f51c57bbae3cdee92bd5de389d175696f9 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 4 Apr 2026 14:05:19 +0300 Subject: [PATCH] Adjust doublescan detection --- custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.cpp b/custom.cpp index ff233641..ea7721d7 100644 --- a/custom.cpp +++ b/custom.cpp @@ -2204,7 +2204,7 @@ static void init_beamcon0(void) hpixels *= 2; } int vpixels = vsync_lines - minfirstline; - int hpixelsd = hpixels * 80 / 100; + int hpixelsd = hpixels * 85 / 100; if (hpixelsd < vpixels) { doublescan = 1; if (programmedmode == 2) { -- 2.47.3