diff options
author | Rinnegatamante | 2017-12-28 17:47:32 +0100 |
---|---|---|
committer | Sunguk Lee | 2017-12-29 01:48:29 +0900 |
commit | 90607d27205e8a27562fef2f6298563a0511dd21 (patch) | |
tree | ca4fa5d24cc90ed692ba6664a61fe5c8c48c64b8 /nids/360 | |
parent | Merge pull request #267 from Rinnegatamante/patch-18 (diff) | |
download | vds-libraries-90607d27205e8a27562fef2f6298563a0511dd21.tar.gz |
Added back sceRudpEnableInternalIoThread2.
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceRudp.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nids/360/SceRudp.yml b/nids/360/SceRudp.yml index a87ce58..7e9371f 100644 --- a/nids/360/SceRudp.yml +++ b/nids/360/SceRudp.yml @@ -8,7 +8,8 @@ modules: sceRudpActivate: 0xF1151D91 sceRudpBind: 0x8B766108 sceRudpCreateContext: 0x772C07E8 - sceRudpEnableInternalIOThread: 0x87EC465E + sceRudpEnableInternalIOThread: 0x3A495E69 + sceRudpEnableInternalIOThread2: 0x87EC465E sceRudpEnd: 0x3EA0961E sceRudpFlush: 0x8D45BA52 sceRudpGetContextStatus: 0xD620B557 |