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/MuxaJlbl4/Vita-Nearest-Neighbour | |source=https://github.com/MuxaJlbl4/Vita-Nearest-Neighbour | ||
}} | }} | ||
'''Vita Nearest Neighbour''' is a simple taiHEN plugin for PlayStation Vita that overrides texture sampling. | |||
Forces rendering with point filtering method (Nearest-Neighbor interpolation), instead of linear. | |||
==Screenshots== | |||
Screenshot with sharp pixelization - overrided point filtering; blurry - original. | |||
'''Duke Nukem 3D: Megaton Edition '''<br> | |||
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-01.gif | |||
'''Resident Evil: Revelations 2 (960x544 VitaGrafix) '''<br> | |||
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-02.gif | |||
''' [[Super Mario 64 Port Vita|Super Mario 64]] (HomeBrew) '''<br> | |||
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-03.gif | |||
'''[[Max Payne Ps Vita Port Vita|Max Payne]] (HomeBrew) '''<br> | |||
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-03.gif | |||
'''Call of Duty: Black Ops: Declassified (720x408)'''<br> | |||
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-03.gif | |||
== Usage == | |||
You can simply install plugin via '''[[Autoplugin 2 Vita|AutoPlugin II]]''' or do it manually: | |||
# Download and put '''VitaNearestNeighbour.suprx''' into your '''tai''' folder | |||
# Append *'''ALL''' section in '''ux/ur0:tai/config.txt''' with: | |||
<pre>*ALL | |||
ux0:tai/VitaNearestNeighbour.suprx</pre> | |||
Or create *'''TITLE_ID''' section to choose only specific game. For example '''Disgaea 3: Absence of Detention (Eu region)''': | |||
<pre>*PCSB00098 | |||
ux0:tai/VitaNearestNeighbour.suprx</pre> | |||
See '''[https://github.com/DaveeFTW/taihen-parser taihen-parser repo]''' for more info<br /> | |||
3. '''Reload taiHEN config.txt''' from settings app or restart your Vita | |||
https:// | |||
== | ==Changelog== | ||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* Github - https://github.com/MuxaJlbl4/Vita-Nearest-Neighbour | * Github - https://github.com/MuxaJlbl4/Vita-Nearest-Neighbour | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/632 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/632 | ||
Revision as of 23:40, 8 November 2022
Vita Nearest Neighbour | |
---|---|
File:Vitanearestneighbourvita.jpg | |
General | |
Author | MuxaJlbl4 |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2021/03/30 |
Links | |
Download | |
Source | |
Vita Nearest Neighbour is a simple taiHEN plugin for PlayStation Vita that overrides texture sampling.
Forces rendering with point filtering method (Nearest-Neighbor interpolation), instead of linear.
Screenshots
Screenshot with sharp pixelization - overrided point filtering; blurry - original.
Duke Nukem 3D: Megaton Edition
Resident Evil: Revelations 2 (960x544 VitaGrafix)
Super Mario 64 (HomeBrew)
Max Payne (HomeBrew)
Call of Duty: Black Ops: Declassified (720x408)
Usage
You can simply install plugin via AutoPlugin II or do it manually:
- Download and put VitaNearestNeighbour.suprx into your tai folder
- Append *ALL section in ux/ur0:tai/config.txt with:
*ALL ux0:tai/VitaNearestNeighbour.suprx
Or create *TITLE_ID section to choose only specific game. For example Disgaea 3: Absence of Detention (Eu region):
*PCSB00098 ux0:tai/VitaNearestNeighbour.suprx
See taihen-parser repo for more info
3. Reload taiHEN config.txt from settings app or restart your Vita
Changelog
(v.1.0)
- First Release.