mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 17:47:58 -05:00
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user