Core: Correct HLE Event Callbacks and other issues.

This commit is contained in:
Fernando Sahmkow 2020-03-03 13:02:50 -04:00
parent 04cb816f7a
commit da260b9d2e
5 changed files with 40 additions and 38 deletions

View file

@ -28,6 +28,7 @@ void Synchronization::SignalObject(SynchronizationObject& obj) const {
time_manager.CancelTimeEvent(thread.get());
}
}
obj.ClearWaitingThreads();
}
}