mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 20:45:46 +00:00
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
This commit is contained in:
parent
5183094c24
commit
24bc1f020a
8 changed files with 38 additions and 38 deletions
|
@ -42,7 +42,6 @@ private:
|
|||
Core::System& system;
|
||||
std::shared_ptr<Core::Timing::EventType> time_manager_event_type;
|
||||
std::unordered_map<Handle, bool> cancelled_events;
|
||||
std::unordered_map<Handle, bool> event_fired;
|
||||
};
|
||||
|
||||
} // namespace Kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue