mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-17 19:37:03 +00:00
kernel: Fix svcWaitSynch to always acquire requested wait objects.
This commit is contained in:
parent
f1ff0fbf07
commit
71e8822d23
9 changed files with 68 additions and 113 deletions
|
|
@ -41,10 +41,7 @@ void Event::Acquire() {
|
|||
|
||||
void Event::Signal() {
|
||||
signaled = true;
|
||||
|
||||
WakeupAllWaitingThreads();
|
||||
|
||||
HLE::Reschedule(__func__);
|
||||
}
|
||||
|
||||
void Event::Clear() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue