Skip to content

Commit

Permalink
Revert "Merge pull request #15930 from sum2012/kernel-minor"
Browse files Browse the repository at this point in the history
This reverts commit fd863be, reversing
changes made to 59813ff.
  • Loading branch information
hrydgard committed Sep 1, 2022
1 parent cae8ce9 commit 5200208
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Core/HLE/sceKernelMutex.cpp
Expand Up @@ -657,10 +657,8 @@ int sceKernelUnlockMutex(SceUID id, int count)

if (mutex->nm.lockLevel == 0)
{
if (__KernelUnlockMutex(mutex, error)) {
if (__KernelUnlockMutex(mutex, error))
hleReSchedule("mutex unlocked");
return hleDelayResult(0, "unlock", 150);
}
}

return 0;
Expand Down

0 comments on commit 5200208

Please sign in to comment.