mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
kext: fix bug in rosalinaThreadLockPredicate (thanks @hax0kartik)
This commit is contained in:
parent
ea8f9f4667
commit
4de0375bde
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user