mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
This commit is contained in:
@@ -94,6 +94,8 @@ void Mutex::Release() {
|
||||
ResumeWaitingThread(this);
|
||||
}
|
||||
}
|
||||
|
||||
HLE::Reschedule(__func__);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user