Framecapper Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
|title=Framecapper | |title=Framecapper | ||
|image=psvita2.png | |image=psvita2.png | ||
|description=A simple plugin for | |description=A simple plugin for PS Vita that forces 30 FPS framecap. | ||
|author=Rinnegatamante | |author=Rinnegatamante | ||
|lastupdated=2025/07/20 | |lastupdated=2025/07/20 | ||
| Line 19: | Line 19: | ||
|image_alt=Framecapper Vita | |image_alt=Framecapper Vita | ||
}} | }} | ||
Simple plugin that allows to force a 20/30 FPS framecap on | Simple plugin that allows to force a 20/30 FPS framecap on PS Vita apps by forcing specific VSync intervals. | ||
== Differences between suprx files | == Installation == | ||
Differences between suprx files: | |||
* <code>Framecapper30.suprx</code>: 30 FPS cap for applications already having V-Sync functionality. | * <code>Framecapper30.suprx</code>: 30 FPS cap for applications already having V-Sync functionality. | ||
* <code>Framecapper20.suprx</code>: 20 FPS cap for applications already having V-Sync functionality. | * <code>Framecapper20.suprx</code>: 20 FPS cap for applications already having V-Sync functionality. | ||
| Line 27: | Line 28: | ||
* <code>Framecapper20Inject.suprx</code>: 20 FPS cap for applications not already having V-Sync functionality. | * <code>Framecapper20Inject.suprx</code>: 20 FPS cap for applications not already having V-Sync functionality. | ||
Install this plugin by copying the suprx files (depending on what framerate target you want) to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding entries to your <code>config.txt</code> under <code>*ALL</code> or under specific Title ID sections you want to use the plugin on. | |||
==Changelog== | ==Changelog== | ||
| Line 39: | Line 37: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Rinnegatamante/Framecapper | ||
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1283 | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1283 | ||
Revision as of 03:55, 27 July 2025
| Framecapper | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Plugins |
| Version | 1.1 |
| License | GPL-3.0 |
| Last Updated | 2025/07/20 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
Simple plugin that allows to force a 20/30 FPS framecap on PS Vita apps by forcing specific VSync intervals.
Installation
Differences between suprx files:
Framecapper30.suprx: 30 FPS cap for applications already having V-Sync functionality.Framecapper20.suprx: 20 FPS cap for applications already having V-Sync functionality.Framecapper30Inject.suprx: 30 FPS cap for applications not already having V-Sync functionality.Framecapper20Inject.suprx: 20 FPS cap for applications not already having V-Sync functionality.
Install this plugin by copying the suprx files (depending on what framerate target you want) to your taiHEN plugins folder (usually ux0:tai) and adding entries to your config.txt under *ALL or under specific Title ID sections you want to use the plugin on.
Changelog
v1.1
- Added support for injecting V-Sync into applications not using it.
v1.0
- First Release.