]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Clear also blitter_cycle_exact when switching to JIT mode
authorToni Wilen <twilen@winuae.net>
Sat, 21 Oct 2023 15:46:06 +0000 (18:46 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 21 Oct 2023 15:46:06 +0000 (18:46 +0300)
od-win32/win32gui.cpp

index 04fa3b02291ca13ce1e3ae55f46e70f84706cdc1..f6f6e46faf231b179f9cf8538d58c2f4cf08774a 100644 (file)
@@ -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;