From: Toni Wilen Date: Sat, 4 Apr 2026 11:05:19 +0000 (+0300) Subject: Adjust doublescan detection X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=918b18f51c57bbae3cdee92bd5de389d175696f9;p=francis%2Fwinuae.git Adjust doublescan detection --- 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) {