From 4d112db2c7c5255e95b3f51e1cd8b5fce22698a4 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 1 Jan 2026 19:50:01 +0200 Subject: [PATCH] Reset also drawing state when switching to native chipset mode --- custom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.cpp b/custom.cpp index 3700cbd4..bedca431 100644 --- a/custom.cpp +++ b/custom.cpp @@ -11472,6 +11472,7 @@ static void custom_trigger_start(void) custom_fastmode = 0; start_sync_imm_handler(); write_log("Chipset emulation inactive\n"); + resetfulllinestate(); } linear_hpos_prev[2] = linear_hpos_prev[1]; linear_hpos_prev[1] = linear_hpos_prev[0]; -- 2.47.3