More actions
No edit summary |
No edit summary |
||
Line 18: | 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?== | |||
==What is | |||
Use debug GXM module on retail PS Vita. Debug GXM module will be loaded for all game and VSH applications. | 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 | Tested on 3.60 and 3.65 | ||
==How To Use | ==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. | 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. | ||
Line 35: | Line 34: | ||
==Building== | ==Building== | ||
*Use [[Vita Development Suite Vita]]. | *Use [[Vita Development Suite Vita]]. | ||
==Changelog== | ==Changelog== |
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
Changelog
(v.1.0)
- First Release.