diff options
author | scribam | 2017-11-12 10:53:42 +0100 |
---|---|---|
committer | Sunguk Lee | 2017-11-13 01:47:52 +0900 |
commit | fc7051002c2c48f74bac190e3af7bc2535549a39 (patch) | |
tree | df9dac2c8aa03dcff37b988605f2e6ddaff40498 /nids/360/SceLibKernel.yml | |
parent | Added ksceSblACMgrIsSystem (diff) | |
download | vds-libraries-fc7051002c2c48f74bac190e3af7bc2535549a39.tar.gz |
Add some sceGxm*, sceIo*, sceNet* nids
Diffstat (limited to 'nids/360/SceLibKernel.yml')
-rw-r--r-- | nids/360/SceLibKernel.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nids/360/SceLibKernel.yml b/nids/360/SceLibKernel.yml index 3b9f9c4..aacf6c8 100644 --- a/nids/360/SceLibKernel.yml +++ b/nids/360/SceLibKernel.yml @@ -71,9 +71,12 @@ modules: sceIoGetstat: 0xBCA5B623 sceIoGetstatByFd: 0x57F8CD25 sceIoIoctl: 0x54ABACFA + sceIoIoctlAsync: 0x099C54B9 sceIoLseek: 0x99BA173E + sceIoLseekAsync: 0xCAC5D672 sceIoMkdir: 0x9670D39F sceIoOpen: 0x6C60AC61 + sceIoOpenAsync: 0x6A7EA9FD sceIoPread: 0x52315AD7 sceIoPwrite: 0x8FFFF5A8 sceIoRemove: 0xE20ED0F3 |