mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 17:38:02 -05:00
Kernel: Correct Results in Condition Variables and Mutexes
This commit is contained in:
committed by
FernandoS27
parent
1ec1e81373
commit
44e09e5f21
@ -139,6 +139,7 @@ ResultCode Mutex::Release(VAddr address) {
|
||||
thread->SetCondVarWaitAddress(0);
|
||||
thread->SetMutexWaitAddress(0);
|
||||
thread->SetWaitHandle(0);
|
||||
thread->SetWaitSynchronizationResult(RESULT_SUCCESS);
|
||||
|
||||
system.PrepareReschedule();
|
||||
|
||||
|
Reference in New Issue
Block a user