mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Support more syscalls
This commit is contained in:
@@ -281,7 +281,8 @@ void windows_emulator::setup_process(const application_settings& app_settings)
|
||||
|
||||
this->dispatcher.setup(ntdll->exports, ntdll_data, win32u->exports, win32u_data);
|
||||
|
||||
const auto main_thread_id = context.create_thread(this->memory, this->mod_manager.executable->entry_point, 0, 0);
|
||||
const auto main_thread_id =
|
||||
context.create_thread(this->memory, this->mod_manager.executable->entry_point, 0, 0, false);
|
||||
switch_to_thread(*this, main_thread_id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user