Kubridge Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "https://vitadb.rinnegatamante.it/" to "https://www.rinnegatamante.eu/vitadb/" |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=kubridge | |title=kubridge | ||
|image=kubridgevita2.png | |image=kubridgevita2.png | ||
|description=DynaRec feature extender plugin for | |description=DynaRec feature extender plugin for PS Vita. | ||
|author=TheFloW, bythos14 | |author=TheFloW, bythos14 | ||
|lastupdated= | |lastupdated=2024/02/29 | ||
|type=Plugins | |type=Plugins | ||
|version=0.3 | |version=0.3.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/kubridgevita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/kubridgevita.7z?k33p0fil35 | ||
|source=https://github.com/bythos14/kubridge | |source=https://github.com/bythos14/kubridge | ||
|donation=https://www.patreon.com/TheOfficialFloW | |||
}} | |||
{{#seo: | |||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |||
|title_mode=append | |||
|image=kubridgevita2.png | |||
|image_alt=kubridge | |||
}} | }} | ||
Kubridge is a plugin that removes some limitations concerning DynaRec oriented features for PS Vita/PSTV. | Kubridge is a plugin that removes some limitations concerning DynaRec oriented features for PS Vita/PSTV. | ||
==Installation== | ==Installation== | ||
Copy kubridge.suprx to | Copy kubridge.suprx to ur0:tai/ and add these lines to your ur0:tai/config.txt | ||
*KERNEL | |||
ur0:tai/kubridge.skprx | |||
Reboot | Reboot your device and relaunch HENkaku. | ||
==Changelog== | ==Changelog== | ||
'''v0.3.1 2024/02/29''' (by bythos14) | |||
*Enable support for swp instruction. | |||
'''v0.3 2022/10/29''' (by bythos14) | '''v0.3 2022/10/29''' (by bythos14) | ||
* Refactored exception handling. | * Refactored exception handling. | ||
| Line 43: | Line 46: | ||
* GitHub (bythos14) - https://github.com/bythos14/kubridge | * GitHub (bythos14) - https://github.com/bythos14/kubridge | ||
* GitHub (TheFlow) - https://github.com/TheOfficialFloW/kubridge | * GitHub (TheFlow) - https://github.com/TheOfficialFloW/kubridge | ||
* VitaDB - https:// | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/611 | ||
* 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/] | |||
Latest revision as of 04:37, 5 January 2025
| kubridge | |
|---|---|
| General | |
| Author | TheFloW, bythos14 |
| Type | Plugins |
| Version | 0.3.1 |
| License | Mixed |
| Last Updated | 2024/02/29 |
| Links | |
| Download | |
| Source | |
| Support Author | |
Kubridge is a plugin that removes some limitations concerning DynaRec oriented features for PS Vita/PSTV.
Installation
Copy kubridge.suprx to ur0:tai/ and add these lines to your ur0:tai/config.txt
*KERNEL ur0:tai/kubridge.skprx
Reboot your device and relaunch HENkaku.
Changelog
v0.3.1 2024/02/29 (by bythos14)
- Enable support for swp instruction.
v0.3 2022/10/29 (by bythos14)
- Refactored exception handling.
- Added support for undefined instruction exceptions.
- Deprecated abort handler entrypoints and functionality in favor of exception specific handlers.
v0.2 2022/08/22 (by bythos14)
- Added Memory management functions
- Added support for user space exception handling for Data and Prefetch abort exceptions.
v0.1 2021/01/23 (by TheFlow)
- First Release.
External links
- GitHub (bythos14) - https://github.com/bythos14/kubridge
- GitHub (TheFlow) - https://github.com/TheOfficialFloW/kubridge
- VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/611
- Vita Troubleshooting Guide - https://cimmerian.gitbook.io/vita-troubleshooting-guide/plugins-related-problem/