diff options
author | TheOfficialFloW | 2017-02-11 00:35:02 +0100 |
---|---|---|
committer | devnoname120 | 2017-02-11 00:35:02 +0100 |
commit | 3f60dbbd457b162c6ffc8f356cfc70cd07056a74 (patch) | |
tree | a0fab5a337c1bbea28ac3263246b81db3b10cb0b /nids/360/SceIofilemgr.yml | |
parent | Updated SceUsbdDriver struct (diff) | |
download | vds-libraries-3f60dbbd457b162c6ffc8f356cfc70cd07056a74.tar.gz |
Update db.yml (#134)
Diffstat (limited to 'nids/360/SceIofilemgr.yml')
-rw-r--r-- | nids/360/SceIofilemgr.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nids/360/SceIofilemgr.yml b/nids/360/SceIofilemgr.yml index d348ffc..dcebef3 100644 --- a/nids/360/SceIofilemgr.yml +++ b/nids/360/SceIofilemgr.yml @@ -30,15 +30,24 @@ modules: nid: 0x40FD29C7 functions: sceIoChstat: 0x7D42B8DC + sceIoChstatByFd: 0xDF57A75F sceIoClose: 0xF99DD8A3 + sceIoDclose: 0x19C81DD6 sceIoDevctl: 0x16882FC4 sceIoDopen: 0x463B25CC sceIoDread: 0x20CF5FC7 sceIoGetstat: 0x75C96D25 + sceIoGetstatByFd: 0x462F059B sceIoLseek: 0x62090481 sceIoMkdir: 0x7F710B25 sceIoOpen: 0x75192972 sceIoRead: 0xE17EFC03 + sceIoReadAsync: 0x69047C81 sceIoRemove: 0x0D7BB3E1 sceIoRename: 0xDC0C4997 + sceIoRmdir: 0x1CC9C634 + sceIoSync: 0xDDF78594 + sceIoSyncByFd: 0x338DCD68 + sceIoSyncByFdAsync: 0x041209CF sceIoWrite: 0x21EE91F0 + sceIoWriteAsync: 0xA1BD13D0 |