mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-24 22:21:03 +00:00
Progress with events
This commit is contained in:
@@ -36,6 +36,6 @@ struct process_context
|
||||
mapped_binary executable{};
|
||||
mapped_binary ntdll{};
|
||||
|
||||
std::vector<event> events{};
|
||||
std::map<uint32_t, event> events{};
|
||||
emulator_allocator gs_segment{};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user