mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 13:41:02 +00:00
Setup thread before dispatching APC
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user