mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 07:48:46 -05:00
kernel: Fix svcWaitSynch to always acquire requested wait objects.
This commit is contained in:
@ -41,10 +41,7 @@ void Event::Acquire() {
|
||||
|
||||
void Event::Signal() {
|
||||
signaled = true;
|
||||
|
||||
WakeupAllWaitingThreads();
|
||||
|
||||
HLE::Reschedule(__func__);
|
||||
}
|
||||
|
||||
void Event::Clear() {
|
||||
|
Reference in New Issue
Block a user