Is it possible to use custom shaders within PPSSPP
|
04-29-2016, 04:42 PM
(This post was last modified: 04-29-2016 04:43 PM by Surperon.)
Post: #1
|
|||
|
|||
Is it possible to use custom shaders within PPSSPP
Hey guys,
for almost all emulation needs (except PS2/Wii/Gamecube) I am using Retroarch and have come to enjoy the easymode-crt filter, I use it basically for everything. I really like the look of it when playing PSP games as well, especially combined with an increased internal resolution but as some may know is the PPSSPP Core basically thrown together and a lot of stuff simply not works with it. So my question, is it possible to get a similar looking CRT shader working/set up within the official PPSSPP emulator? I googled a bit but couldn't find stuff apart from 2 threads which were like 4 years old or so. Thanks a lot! |
|||
04-29-2016, 05:15 PM
Post: #2
|
|||
|
|||
RE: Is it possible to use custom shaders within PPSSPP
game settings > postprocessing shaders > CTR scanlines
? Try AntiMicro graphical program used to map keyboard keys and mouse controls to a gamepad/controller. http://forums.ppsspp.org/showthread.php?tid=12513 or http://www.x360ce.com |
|||
04-30-2016, 03:19 AM
(This post was last modified: 04-30-2016 03:21 AM by Surperon.)
Post: #3
|
|||
|
|||
RE: Is it possible to use custom shaders within PPSSPP
That doesn't look even close to the CRT shader of Retroarch, which is why I was asking about custom shaders. There are a lot of different variants for CRT shaders and I don't like the CRT scanlines which are shipped with PPSSPP
I would like it to know if is possible to modify the pre made ones or inject custom ones. |
|||
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. |
|||
04-30-2016, 02:56 PM
Post: #5
|
|||
|
|||
RE: Is it possible to use custom shaders within PPSSPP
That is absolutely awesome, thanks a lot! This is what I was looking for!
|
|||
« Next Oldest | Next Newest »
|