diff options
author | Rinnegatamante | 2017-12-29 17:54:17 +0100 |
---|---|---|
committer | GitHub | 2017-12-29 17:54:17 +0100 |
commit | 3aef6501bec5f832bc6593d21e852798c2e39080 (patch) | |
tree | 3534d65fc573ccd4f994b58eb0027b1f1b4058d3 /nids/360/SceLibKernel.yml | |
parent | Added back sceRudpEnableInternalIoThread2. (diff) | |
download | vds-libraries-3aef6501bec5f832bc6593d21e852798c2e39080.tar.gz |
Fix for sceKernelUnlockLwMutex wrong nid.
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceLibKernel.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nids/360/SceLibKernel.yml b/nids/360/SceLibKernel.yml index aacf6c8..6298d20 100644 --- a/nids/360/SceLibKernel.yml +++ b/nids/360/SceLibKernel.yml @@ -257,7 +257,7 @@ modules: sceKernelTrySendMsgPipe: 0xDFC670E0 sceKernelTrySendMsgPipeVector: 0x60DB346F sceKernelUnloadModule: 0x1987920E - sceKernelUnlockLwMutex: 0x120AFC8C + sceKernelUnlockLwMutex: 0x91FA6614 sceKernelWaitCond: 0xC88D44AD sceKernelWaitCondCB: 0x4CE42CE2 sceKernelWaitEvent: 0x120F03AF |