Kubridge Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
|website=https://github.com/bythos14/kubridge | |website=https://github.com/bythos14/kubridge | ||
|source=https://github.com/bythos14/kubridge | |source=https://github.com/bythos14/kubridge | ||
|discussion=https://www.patreon.com/TheOfficialFloW | |||
}} | }} | ||
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. | ||
| Line 45: | Line 46: | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/611 | * VitaDB - https://vitadb.rinnegatamante.it/#/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/] | * 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/] | ||
[[Category:Support the author]] | |||
Revision as of 09:27, 3 February 2023
| kubridge | |
|---|---|
| General | |
| Author | TheFloW, bythos14 |
| Type | Plugins |
| Version | 0.3 |
| License | Mixed |
| Last Updated | 2022/10/29 |
| Links | |
| Download | |
| Website | |
| Source | |
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 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://vitadb.rinnegatamante.it/#/info/611
- Vita Troubleshooting Guide - https://cimmerian.gitbook.io/vita-troubleshooting-guide/plugins-related-problem/