mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 21:17:57 -05:00
Core: Correct HLE Event Callbacks and other issues.
This commit is contained in:
@ -28,6 +28,7 @@ void Synchronization::SignalObject(SynchronizationObject& obj) const {
|
||||
time_manager.CancelTimeEvent(thread.get());
|
||||
}
|
||||
}
|
||||
obj.ClearWaitingThreads();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user