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 | |
parent | Added back sceRudpEnableInternalIoThread2. (diff) | |
download | vds-libraries-3aef6501bec5f832bc6593d21e852798c2e39080.tar.gz |
Fix for sceKernelUnlockLwMutex wrong nid.
Diffstat (limited to 'nids/360')
-rw-r--r-- | nids/360/SceKernelThreadMgr.yml | 1 | ||||
-rw-r--r-- | nids/360/SceLibKernel.yml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/nids/360/SceKernelThreadMgr.yml b/nids/360/SceKernelThreadMgr.yml index 29e692a..15e4988 100644 --- a/nids/360/SceKernelThreadMgr.yml +++ b/nids/360/SceKernelThreadMgr.yml @@ -93,7 +93,6 @@ modules: sceKernelTryLockMutex: 0x72FC1F54 sceKernelTryLockReadRWLock: 0xEFDDA456 sceKernelTryLockWriteRWLock: 0x206CBB66 - sceKernelUnlockLwMutex: 0x91FA6614 sceKernelUnlockMutex: 0x1A372EC8 sceKernelUnlockReadRWLock: 0x3EF91145 sceKernelUnlockWriteRWLock: 0xB4151397 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 |