From: Toni Wilen Date: Sat, 21 Oct 2023 15:46:06 +0000 (+0300) Subject: Clear also blitter_cycle_exact when switching to JIT mode X-Git-Tag: 5.1.0~73 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=fa28cb4302a0d7afee937edf932907760b65d88c;p=francis%2Fwinuae.git Clear also blitter_cycle_exact when switching to JIT mode --- 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;