mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 15:31:02 +00:00
Prepare new syscalls
This commit is contained in:
@@ -48,5 +48,6 @@ struct process_context
|
||||
|
||||
std::map<uint32_t, event> events{};
|
||||
std::map<uint32_t, HANDLE> os_handles{};
|
||||
std::map<uint32_t, std::wstring> sections{};
|
||||
emulator_allocator gs_segment{};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user