I saw in differents site it’s possible to run .cg/cgp shaders.
So I tried to modify retroarch.cfg file like this :
# Path to shader. Shader can be either Cg, CGP or GLSL, GLSLP.
video_shader = "/opt/retropie/emulators/RetroArch/shader/.{cg,cgp,glsl,glslp}"
#Other shaders can still be loaded later in runtime
video_shader_enable = true
#Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
video_shader_dir = "/opt/retropie/emulators/RetroArch/shader/"
And for gb core (GameBoy), I wanted to try using this one
video_shader = "/opt/retropie/emulators/RetroArch/shader/handheld/dmg-shader/dmg-shader-2x.cgp"
video_shader_enable = true
But emulationstation says it didn’t works …
Could anywone help me in order to use this shader. I want to use the gameboy shader the one who is exactly the same as the real gameboy color ;)
Thanks for your help