mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 05:21:06 +00:00
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
This commit is contained in:
@@ -41,7 +41,10 @@ void Event::Acquire() {
|
||||
|
||||
void Event::Signal() {
|
||||
signaled = true;
|
||||
|
||||
WakeupAllWaitingThreads();
|
||||
|
||||
HLE::Reschedule(__func__);
|
||||
}
|
||||
|
||||
void Event::Clear() {
|
||||
|
||||
Reference in New Issue
Block a user