More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew! |title_mode=append |image=fdfixvita.jpg |image_alt=FdFix }} {{Infobox Vita Homebrews...") |
m (Text replacement - "Category:Support the author" to "") |
||
(10 intermediate revisions by the same user not shown) | |||
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= | |image=fdfixvita2.png | ||
|image_alt=FdFix | |image_alt=FdFix | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=FdFix | |title=FdFix | ||
|image= | |image=fdfixvita2.png | ||
|description= | |description=File descriptor invalidation fix for PS Vita. | ||
|author=TheFloW | |author=TheFloW | ||
|lastupdated=2020/10/27 | |lastupdated=2020/10/27 | ||
Line 16: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/fdfixvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/fdfixvita.7z | ||
|website= | |website=https://github.com/TheOfficialFloW/FdFix | ||
|source=https://github.com/TheOfficialFloW/FdFix | |source=https://github.com/TheOfficialFloW/FdFix | ||
|donation=https://www.patreon.com/TheOfficialFloW | |||
}} | }} | ||
FdFix is a plugin that prevents filehandles invalidation by the OS when an app is suspended or the console is put in standby. | |||
This plugin fixes an issue in PS Vita homebrews where file descriptors are invalidated after suspend and resume. | |||
'''Note:''' Do not install fd_fix.skprx if you're using rePatch plugin. | |||
== | ==Installation== | ||
Download fd_fix.skprx. Add these lines to taiHEN config.txt at ur0:tai/config.txt | |||
*KERNEL | |||
ur0:tai/fd_fix.skprx | |||
Reboot your device and relaunch HENkaku. | |||
== | ==External links== | ||
https:// | * GitHub - https://github.com/TheOfficialFloW/FdFix | ||
https:// | * VitaDB - https://vitadb.rinnegatamante.it/#/info/588 | ||
https:// | * Vita Troubleshooting Guide - [https://cimmerian.gitbook.io/vita-troubleshooting-guide/plugins-related-problem/error-when-using-autoplugin#what-is-a-plugin https://cimmerian.gitbook.io/vita-troubleshooting-guide/plugins-related-problem/] | ||
https:// | |||
Latest revision as of 04:08, 17 Mayıs 2024
FdFix | |
---|---|
General | |
Author | TheFloW |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2020/10/27 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
FdFix is a plugin that prevents filehandles invalidation by the OS when an app is suspended or the console is put in standby.
This plugin fixes an issue in PS Vita homebrews where file descriptors are invalidated after suspend and resume.
Note: Do not install fd_fix.skprx if you're using rePatch plugin.
Installation
Download fd_fix.skprx. Add these lines to taiHEN config.txt at ur0:tai/config.txt
*KERNEL ur0:tai/fd_fix.skprx
Reboot your device and relaunch HENkaku.
External links
- GitHub - https://github.com/TheOfficialFloW/FdFix
- VitaDB - https://vitadb.rinnegatamante.it/#/info/588
- Vita Troubleshooting Guide - https://cimmerian.gitbook.io/vita-troubleshooting-guide/plugins-related-problem/