More actions
No edit summary |
m (Text replacement - "GameBrew!" to "GameBrew") |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=kuiovita.jpg | |image=kuiovita.jpg |
Revision as of 03:15, 5 December 2022
kuio | |
---|---|
File:Kuiovita.jpg | |
General | |
Author | Rinnegatamante |
Type | Plugins |
Version | 1.2 |
License | Mixed |
Last Updated | 2017/08/30 |
Links | |
Download | |
Website | |
Source | |
Kuio is a lightweight kernel module for taiHen that allows user modules to access ux0:data for basic I/O operations.
It currently gives abstractions for these functions:
- sceIoOpen -> kuIoOpen
- sceIoWrite -> kuIoWrite
- sceIoRead -> kuIoRead
- sceIoClose -> kuIoClose
- sceIoLseek -> kuIoLseek
- sceIoRemove -> kuIoRemove
- sceIoMkdir -> kuIoMkdir
- sceIoRmdir -> kuIoRmdir
- ftell -> kuIoTell (kuIoLseek doesn't return position)
Screenshot
Changelog
(v.1.2)
- Made it fully compatible with enso.
(v.1.1)
- Bugfix for kuIoRead and kuIoWrite.
- Bugfix for kuIoLseek.
- Added kuIoTell.
(v.1.0)
- First Release.
Credits
Thanks to everyone who helped me during this journey trying to get SD access on user modules on #vitasdk and #henkaku. (noname120, xerpi, yifanlu, davee, xyz, frangarcj)