More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
(5 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=psvita2.png | ||
|image_alt=nowatermarks | |image_alt=nowatermarks | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=nowatermarks | |title=nowatermarks | ||
|image= | |image=psvita2.png | ||
|description=Simple vita plugin to remove watermarks from screenshots. | |description=Simple vita plugin to remove watermarks from screenshots. | ||
|author=TillusB | |author=TillusB | ||
Line 16: | Line 15: | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/nowatermarksvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/nowatermarksvita.7z | ||
|website= | |website=https://www.reddit.com/r/vitahacks/comments/624902/comment/dfjofc1/ | ||
|source=https://github.com/TillusB/nowatermarks | |source=https://github.com/TillusB/nowatermarks | ||
}} | }} | ||
Simple vita plugin to remove watermarks from screenshots. | Simple vita plugin to remove watermarks from screenshots. | ||
Based on YifanLu's [https://github.com/yifanlu/taiHEN/blob/master/USAGE.md#advanced-usage screenshot sample] and replaced sceScreenshotOverlayImage with an empty function as suggested [https://www.reddit.com/r/vitahacks/comments/624902/comment/dfjofc1/ here]. | |||
==Installation== | |||
Drop the .suprx into ux0(ur0):tai/ and add the line to tai/config.txt (change to ur0 if you store the plugin there) | |||
*XXXXYYYYY | |||
ux0:tai/nowatermarks.suprx | |||
where *XXXXYYYYY will be the titleID of the application you want to use this plugin on. | |||
* | |||
== External links == | If you want to enable a plugin for all applications, use *ALL instead. | ||
* | |||
==External links== | |||
* | * GitHub - https://github.com/TillusB/nowatermarks | ||
* | * Reddit - https://www.reddit.com/r/vitahacks/comments/624902/comment/dfjofc1/ | ||
* 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/] | |||
Latest revision as of 06:47, 7 Ocak 2023
nowatermarks | |
---|---|
General | |
Author | TillusB |
Type | Plugins |
Version | 0.01 |
License | MIT License |
Last Updated | 2017/04/12 |
Links | |
Download | |
Website | |
Source | |
Simple vita plugin to remove watermarks from screenshots.
Based on YifanLu's screenshot sample and replaced sceScreenshotOverlayImage with an empty function as suggested here.
Installation
Drop the .suprx into ux0(ur0):tai/ and add the line to tai/config.txt (change to ur0 if you store the plugin there)
*XXXXYYYYY ux0:tai/nowatermarks.suprx
where *XXXXYYYYY will be the titleID of the application you want to use this plugin on.
If you want to enable a plugin for all applications, use *ALL instead.
External links
- GitHub - https://github.com/TillusB/nowatermarks
- Reddit - https://www.reddit.com/r/vitahacks/comments/624902/comment/dfjofc1/
- Vita Troubleshooting Guide - https://cimmerian.gitbook.io/vita-troubleshooting-guide/plugins-related-problem/