Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible to use custom shaders within PPSSPP
04-30-2016, 02:33 PM
Post: #4
RE: Is it possible to use custom shaders within PPSSPP
Yeah PPSSPP does support custom shaders, however we only support them in OpenGL/GLES with buffered rendering. We use GLSL, so you can't use CG shaders as the one you want without converting them first, through while not exactly the same, you might try Nick001 scanline shader instead since it might look similar if not same after some tweaks to what you want.

All you have to do to add new shaders made by others is to extract the shader files along ini file into "ppsspp\assets\shaders\" folder and restart ppsspp. You can also often easily tweak some shaders by editing fsh files as well, kind of whole point of custom shaders is the fact that everyone likes different things so some of us add parameters and lots of comments inside to make changing effects easy.

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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is it possible to use custom shaders within PPSSPP - LunaMoo - 04-30-2016 02:33 PM

Forum Jump: