From 88c4a3285e668de96f98f2a7acfd3fdb91319068 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 21 Oct 2024 15:50:02 +0200 Subject: [PATCH] Make sure to setup the thread even if switching to the same --- src/windows-emulator/windows_emulator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows-emulator/windows_emulator.cpp b/src/windows-emulator/windows_emulator.cpp index ad3237dd..bd94666e 100644 --- a/src/windows-emulator/windows_emulator.cpp +++ b/src/windows-emulator/windows_emulator.cpp @@ -428,6 +428,7 @@ namespace if (active_thread == &thread) { + thread.setup_if_necessary(emu, context); return true; }