Skip to content

Commit

Permalink
kext: fix bug in rosalinaThreadLockPredicate (thanks @hax0kartik)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed May 21, 2022
1 parent ea8f9f4 commit 4de0375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k11_extension/source/synchronization.c
Expand Up @@ -109,7 +109,7 @@ bool rosalinaThreadLockPredicate(KThread *thread, u32 mask)
if (mask & 2)
{
if (highTitleId != 0x00040130) // non-sysmodules
false;
return false;
return lowTitleId == 0x1C02; // gsp
}
if (mask & 4)
Expand Down

0 comments on commit 4de0375

Please sign in to comment.