Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Kuio Vita: Difference between revisions

From GameBrew
No edit summary
Line 49: Line 49:


==Credits==
==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).
Original 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).
 
If you like the author's work and wish to support them, consider becoming a [https://www.patreon.com/Rinnegatamante Patreon supporter].


== External links ==
== External links ==
Line 57: Line 59:
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=48091
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=48091
* VitaDB - https://vitadb.rinnegatamante.it/#/info/245
* VitaDB - https://vitadb.rinnegatamante.it/#/info/245
[[Category:Support the author]]

Revision as of 14:34, 1 February 2023

kuio
Kuiovita2.png
General
AuthorRinnegatamante
TypePlugins
Version1.2
LicenseMixed
Last Updated2017/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)

Installation

For end users, to just put this in your ux0(ur0):tai/config.txt under *KERNEL.

When a plugin uses this, you'll already have it available.

Changelog

v1.2

  • Made it fully compatible with enso.

v1.1

  • Bugfix for kuIoRead and kuIoWrite.
  • Bugfix for kuIoLseek.
  • Added kuIoTell.

v1.0

  • First Release.

Credits

Original 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).

If you like the author's work and wish to support them, consider becoming a Patreon supporter.

External links

Advertising: