Common/Kernel: Corrections and small bug fixing.
This commit is contained in:
parent
272a87127a
commit
7fd7d05838
2 changed files with 3 additions and 8 deletions
|
@ -344,9 +344,9 @@ static ResultCode SendSyncRequest(Core::System& system, Handle handle) {
|
|||
SchedulerLock lock(system.Kernel());
|
||||
auto* sync_object = thread->GetHLESyncObject();
|
||||
sync_object->RemoveWaitingThread(SharedFrom(thread));
|
||||
|
||||
thread->InvokeHLECallback(SharedFrom(thread));
|
||||
}
|
||||
|
||||
thread->InvokeHLECallback(SharedFrom(thread));
|
||||
}
|
||||
|
||||
return thread->GetSignalingResult();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue