Setup thread before dispatching APC

This commit is contained in:
Maurice Heumann
2025-07-12 21:33:12 +02:00
parent ac2d34c143
commit d7a1a269b7

View File

@@ -107,6 +107,8 @@ namespace
return;
}
thread.setup_if_necessary(win_emu.emu(), win_emu.process);
win_emu.callbacks.on_generic_activity("APC Dispatch");
const auto next_apx = apcs.front();