More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew! | |title=Vita Homebrew Apps (Plugins) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/GrapheneCt/gxmdbg_r | |source=https://github.com/GrapheneCt/gxmdbg_r | ||
}} | }} | ||
'''gxmdbg_r''' is a plugin to use for debug GXM module on retail PS Vita. '''This plugin is intended only for developers!''' | |||
==What is gxmdbg_r?== | |||
Use debug GXM module on retail PS Vita. Debug GXM module will be loaded for all game and VSH applications. | |||
Tested on 3.60 and 3.65 | |||
== | ==How To Use gxmdbg_r== | ||
Grab vs0/sys/external/libgxm_dbg_es4.suprx from TOOL firmware corresponding to your current firmware version and put it in ux0:data/external. If debug module is not found, normal GXM module will be loaded instead. | |||
*Path to debug module can be changed in source code | |||
*Debug module is not loaded as shared unlike normal GXM module | |||
*It is not recommended to use debug GXM module when testing for performance | |||
==Building== | |||
*Use [[Vita Development Suite Vita]]. | |||
==Screenshot== | |||
[[image:gxmdbgrvita.jpg|600px]] | |||
==Changelog== | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* Github - https://github.com/GrapheneCt/gxmdbg_r | * Github - https://github.com/GrapheneCt/gxmdbg_r | ||
Revision as of 00:33, 29 November 2022
gxmdbg_r | |
---|---|
File:Gxmdbgrvita.jpg | |
General | |
Author | GrapheneCt |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2021/03/16 |
Links | |
Download | |
Source | |
gxmdbg_r is a plugin to use for debug GXM module on retail PS Vita. This plugin is intended only for developers!
What is gxmdbg_r?
Use debug GXM module on retail PS Vita. Debug GXM module will be loaded for all game and VSH applications.
Tested on 3.60 and 3.65
How To Use gxmdbg_r
Grab vs0/sys/external/libgxm_dbg_es4.suprx from TOOL firmware corresponding to your current firmware version and put it in ux0:data/external. If debug module is not found, normal GXM module will be loaded instead.
- Path to debug module can be changed in source code
- Debug module is not loaded as shared unlike normal GXM module
- It is not recommended to use debug GXM module when testing for performance
Building
Screenshot
Changelog
(v.1.0)
- First Release.