Custom PPSSPP shaders
|
10-17-2016, 06:16 AM
Post: #280
|
|||
|
|||
RE: Custom PPSSPP shaders
"xBRZ" is not a shader, but a cpu scaler which ppsspp uses for texture scaling, you can select it's scale in options, but it doesn't really have anything to do with shaders.
If you however ment to write "2xBR" then sure, it's pretty much a variant of 5xBR, added it as an option to my custom shader just now, if you want a separate 2xBR, just grab 5xBR from PPSSPP find and replace this line on the end: Code: vec3 res = nc.x ? px.x ? F : H : nc.y ? px.y ? B : F : nc.z ? px.z ? D : B : nc.w ? px.w ? H : D : E; Code: vec3 E0 = E.xyz; No idea what you mean by overlay shader, if by PNG you ment texture in-game - PPSSPP only supports simple "postprocessing" shaders, the only "texture" those sees is the output. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
« Next Oldest | Next Newest »
|