From fa28cb4302a0d7afee937edf932907760b65d88c Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 21 Oct 2023 18:46:06 +0300 Subject: [PATCH] Clear also blitter_cycle_exact when switching to JIT mode --- od-win32/win32gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/od-win32/win32gui.cpp b/od-win32/win32gui.cpp index 04fa3b02..f6f6e46f 100644 --- a/od-win32/win32gui.cpp +++ b/od-win32/win32gui.cpp @@ -13699,6 +13699,7 @@ static void values_from_cpudlg(HWND hDlg, WPARAM wParam) } else if (jitena && !oldcache) { workprefs.cachesize = MAX_JIT_CACHE; workprefs.cpu_cycle_exact = false; + workprefs.blitter_cycle_exact = false; workprefs.cpu_memory_cycle_exact = false; if (!cachesize_prev) trust_prev = 0; -- 2.47.3