diff options
author | Glenn Anderson | 2015-08-15 22:47:05 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 22:47:05 -0400 |
commit | 1fc721311279f1ef1e5586cf44ec2cd809aac4f2 (patch) | |
tree | ccd9cc66db6f5273c1f106bdfa370370fc63eb7f /nids/360/SceIofilemgr.yml | |
parent | Makes library/module NIDs unique. (diff) | |
download | vds-libraries-1fc721311279f1ef1e5586cf44ec2cd809aac4f2.tar.gz |
Library and module names are now correct in the NID JSON according to what psp2sdk has.
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceIofilemgr.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/nids/360/SceIofilemgr.yml b/nids/360/SceIofilemgr.yml deleted file mode 100644 index 8585210..0000000 --- a/nids/360/SceIofilemgr.yml +++ /dev/null @@ -1,19 +0,0 @@ -modules: - SceIofilemgr: - nid: 0x0000004B - libraries: - SceIofilemgr: - nid: 0x0000004C - 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 |