mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +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