diff options
author | Glenn Anderson | 2015-08-15 02:36:49 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 19:09:16 -0400 |
commit | 860e7bdfdded83166cd64ca94e9512f607fd563a (patch) | |
tree | 4f8115341c5c78170125f1ed5e97b13634f3ce0b /nids/360/SceIofilemgr.yml | |
parent | Initial commit. Added headers from psp2sdk. (diff) | |
download | vds-libraries-860e7bdfdded83166cd64ca94e9512f607fd563a.tar.gz |
Adds initial NID JSON database.
Diffstat (limited to 'nids/360/SceIofilemgr.yml')
-rw-r--r-- | nids/360/SceIofilemgr.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nids/360/SceIofilemgr.yml b/nids/360/SceIofilemgr.yml new file mode 100644 index 0000000..3172df5 --- /dev/null +++ b/nids/360/SceIofilemgr.yml @@ -0,0 +1,19 @@ +modules: + SceIofilemgr: + nid: 0x00000000 + libraries: + SceIofilemgr: + nid: 0x00000000 + functions: + sceIoClose: 0xC70B8886 + sceIoDclose: 0x422A221A + sceIoGetPriority: 0xF2A472A1 + sceIoGetProcessDefaultPriority: 0x0DC4F1BB + sceIoGetThreadDefaultPriority: 0xA176CD03 + sceIoLseek32: 0x49252B9B + sceIoRead: 0xFDB32293 + sceIoSetPriority: 0x14B2D56C + sceIoSetProcessDefaultPriority: 0x7F2ABBAF + sceIoSetThreadDefaultPriority: 0x49312108 + sceIoSyncByFd: 0x16512F59 + sceIoWrite: 0x34EFD876 |