mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 14:27:56 -05:00
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
This commit is contained in:
@ -212,6 +212,7 @@ void Process::UnregisterThread(const Thread* thread) {
|
||||
}
|
||||
|
||||
ResultCode Process::ClearSignalState() {
|
||||
SchedulerLock lock(system.Kernel());
|
||||
if (status == ProcessStatus::Exited) {
|
||||
LOG_ERROR(Kernel, "called on a terminated process instance.");
|
||||
return ERR_INVALID_STATE;
|
||||
|
Reference in New Issue
Block a user