diff options
author | Sunguk Lee | 2018-01-15 04:34:49 +0900 |
---|---|---|
committer | Sunguk Lee | 2018-01-15 04:35:07 +0900 |
commit | af5904a8b6db6e2c5339a6d401a5dcdb766e8388 (patch) | |
tree | bef7c1cb8e43ba0eb87ac719d9849e3f691cc12d /nids/360/SceIofilemgr.yml | |
parent | Remove all NID mismatched definitions (diff) | |
download | vds-libraries-af5904a8b6db6e2c5339a6d401a5dcdb766e8388.tar.gz |
psp2kern: Readd some kernel IO functions
https://wiki.henkaku.xyz/vita/SceIofilemgr
Diffstat (limited to 'nids/360/SceIofilemgr.yml')
-rw-r--r-- | nids/360/SceIofilemgr.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nids/360/SceIofilemgr.yml b/nids/360/SceIofilemgr.yml index bc65b2e..7e29031 100644 --- a/nids/360/SceIofilemgr.yml +++ b/nids/360/SceIofilemgr.yml @@ -29,10 +29,12 @@ modules: SceIofilemgrForDriver: nid: 0x40FD29C7 functions: + sceIoCancel: 0x6D59658D sceIoChstat: 0x7D42B8DC sceIoChstatByFd: 0xDF57A75F sceIoClearErrorEvent: 0x40B933C7 sceIoClose: 0xF99DD8A3 + sceIoCloseAsync: 0x11C57CC6 sceIoCreateErrorEvent: 0x3C0343DB sceIoCreateMountEvent: 0x2DFA192F sceIoDclose: 0x19C81DD6 @@ -46,9 +48,13 @@ modules: sceIoGetstat: 0x75C96D25 sceIoGetstatByFd: 0x462F059B sceIoLseek: 0x62090481 + sceIoLseekAsync: 0x541BAABD sceIoMkdir: 0x7F710B25 sceIoMount: 0xD070BC48 sceIoOpen: 0x75192972 + sceIoOpenAsync: 0x451001DE + sceIoPread: 0x2A17515D + sceIoPwrite: 0x5F1512C8 sceIoRead: 0xE17EFC03 sceIoReadAsync: 0x69047C81 sceIoRemove: 0x0D7BB3E1 |