IOStaging Vita: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Vita Homebrews |title=IOStaging |image=psvita2.png |description=Plugin to improve PS Vita sequential I/O speeds. |author=Bythos |lastupdated=2023/10/24 |type=Plugins |version=1.0 |license=MIT |download=https://dlhb.gamebrew.org/vitahomebrews/iostagingvita.7z |website=https://github.com/bythos14/IOStaging |source=https://github.com/bythos14/IOStaging |donation= }} {{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew |title_mode=append |image=psvita2.png |image..." |
No edit summary |
||
| Line 19: | Line 19: | ||
|image_alt=IOStaging | |image_alt=IOStaging | ||
}} | }} | ||
A plugin that improves effective sequential read performance by removing costly cache maintenance operations. | |||
==Installation== | |||
To install the plugin, copy iostaging.skprx to ux0:tai and modify the ux0:tai/config.txt file to add the path to the module under *KERNEL as follows | |||
*KERNEL | |||
ur0:tai/iostaging.skprx | |||
==Changelog== | ==Changelog== | ||
Revision as of 15:09, 30 January 2024
| IOStaging | |
|---|---|
| General | |
| Author | Bythos |
| Type | Plugins |
| Version | 1.0 |
| License | MIT License |
| Last Updated | 2023/10/24 |
| Links | |
| Download | |
| Website | |
| Source | |
A plugin that improves effective sequential read performance by removing costly cache maintenance operations.
Installation
To install the plugin, copy iostaging.skprx to ux0:tai and modify the ux0:tai/config.txt file to add the path to the module under *KERNEL as follows
*KERNEL ur0:tai/iostaging.skprx
Changelog
v1.0
- First Release.