Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
This commit is contained in:
parent
1c3cda5d7e
commit
0b7d2941cf
7 changed files with 22 additions and 20 deletions
|
@ -41,7 +41,10 @@ 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