More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew! |title_mode=append |image=vgivita.jpg |image_alt=VGi }} {{Infobox Vita Homebrews |tit...") |
|||
(6 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=vgivita2.png | ||
|image_alt=VGi | |image_alt=VGi | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=VGi | |title=VGi | ||
|image= | |image=vgivita2.png | ||
|description=Shows info about | |description=Shows info about PS Vita games. | ||
|author=Electry | |author=Electry | ||
|lastupdated=2019/02/ | |lastupdated=2019/02/10 | ||
|type=Plugins | |type=Plugins | ||
|version=0.7 | |version=0.7 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vgivita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vgivita.7z | ||
|website= | |website=https://github.com/Electry/VGi | ||
|source=https://github.com/Electry/VGi | |source=https://github.com/Electry/VGi | ||
}} | }} | ||
VGi is a simple taiHEN plugin that prints useful information about PS Vita games. | |||
This can be particularly useful for figuring out back-buffer resolutions, memory usage, etc. | |||
==Installation== | |||
Copy the .suprx file to to ux0(ur0):tai/. | |||
Navigate to taiHEN config.txt, add VGi.suprx under *ALL or title id of your game (change to ur0 if you store the plugin there) | |||
*TITLE ID | |||
ux0:tai/VGi.suprx | |||
Reload then open your game to use the plugin. | |||
==Controls== | |||
Select+L - Open/Close VGi | |||
L/R - Move between sections | |||
D-Pad Up/Down - Scroll | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vgivita3.png | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vgivita4.png | ||
https://dlhb.gamebrew.org/vitahomebrews/ | |||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vgivita5.png | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vgivita6.png | ||
https://dlhb.gamebrew.org/vitahomebrews/ | |||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vgivita7.png | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vgivita8.png | ||
https://dlhb.gamebrew.org/vitahomebrews/vgivita9.png | |||
https://dlhb.gamebrew.org/vitahomebrews/vgivita10.png | |||
https://dlhb.gamebrew.org/vitahomebrews/vgivita11.png | |||
https://dlhb.gamebrew.org/vitahomebrews/vgivita12.png | |||
==Changelog== | |||
'''v0.7''' | |||
*Fixed bug where game would crash on VGi menu open, due to the way input blocking was done. | |||
*Fixed wrong next section title in 'Misc' section. | |||
'''v0.6''' | |||
*Added Depth/Stencil Surfaces section. | |||
*Added Textures section (showing only 1 entry per unique resolution). | |||
*Added Threads section (showing all threads ran by a game). | |||
*Added support for fast-scrolling by holding DPAD UP/DOWN. | |||
*Game input is now blocked when VGi menu is open. | |||
*VSync-off switch added to Graphics section (effectively NOPing all SceDisplay wait calls). | |||
*Fixed bug where Color Surfaces counter would shoot up when games reinit CSs on each frame (some do this). | |||
*Some minor UI adjustments (transparency, FPS locked to <20 when menu is open, etc...). | |||
'''v0.4''' | |||
*UI improvements. | |||
*Fixed scrolling in "Render Targets" tab. | |||
*Added power configuration information to "Device" tab. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Electry/VGi | ||
* | * VitaDB - https://vitadb.rinnegatamante.it/#/info/423 | ||
Latest revision as of 05:12, 8 Ocak 2023
VGi | |
---|---|
General | |
Author | Electry |
Type | Plugins |
Version | 0.7 |
License | Mixed |
Last Updated | 2019/02/10 |
Links | |
Download | |
Website | |
Source | |
VGi is a simple taiHEN plugin that prints useful information about PS Vita games.
This can be particularly useful for figuring out back-buffer resolutions, memory usage, etc.
Installation
Copy the .suprx file to to ux0(ur0):tai/.
Navigate to taiHEN config.txt, add VGi.suprx under *ALL or title id of your game (change to ur0 if you store the plugin there)
*TITLE ID ux0:tai/VGi.suprx
Reload then open your game to use the plugin.
Controls
Select+L - Open/Close VGi
L/R - Move between sections
D-Pad Up/Down - Scroll
Screenshots
Changelog
v0.7
- Fixed bug where game would crash on VGi menu open, due to the way input blocking was done.
- Fixed wrong next section title in 'Misc' section.
v0.6
- Added Depth/Stencil Surfaces section.
- Added Textures section (showing only 1 entry per unique resolution).
- Added Threads section (showing all threads ran by a game).
- Added support for fast-scrolling by holding DPAD UP/DOWN.
- Game input is now blocked when VGi menu is open.
- VSync-off switch added to Graphics section (effectively NOPing all SceDisplay wait calls).
- Fixed bug where Color Surfaces counter would shoot up when games reinit CSs on each frame (some do this).
- Some minor UI adjustments (transparency, FPS locked to <20 when menu is open, etc...).
v0.4
- UI improvements.
- Fixed scrolling in "Render Targets" tab.
- Added power configuration information to "Device" tab.
External links
- GitHub - https://github.com/Electry/VGi
- VitaDB - https://vitadb.rinnegatamante.it/#/info/423