Someone please upload Updated crt-pi shaders
-
@drckml it would have saved time had you mentioned all this in your original post!
Go to the libretro link in the other topic for downloads - https://libretro.com/forums/showthread.php?t=4937 (newer versions posted later in the thread)
-
@BuZz thank you and sorry I am a retard lol. I just found out now that this is a retropie site not "retroarch"
-
@BuZz sorry but it only has crt-pi in it. I am specifically looking for crt-pi curvature.
-
you check the whole thread ?
Also available here btw https://github.com/RetroPie/common-shaders/tree/rpi
-
@drckml said in Someone please upload Updated crt-pi shaders:
@BuZz sorry but it only has crt-pi in it. I am specifically looking for crt-pi curvature.
Edit the crt-pi.glsl file and change the line that says
//#define CURVATURE
to read
#define CURVATURE
The curvature versions are just copies of crt-pi with this change already made.
-
@davej I remove the // from //#define CURVATURE and still nothing :(
Am I supposed to put space before #?
-
@drckml pretty sure you need to remove the # as well for the command to be used
-
@markyh444 i give up -____- it's not working
-
@drckml said in Someone please upload Updated crt-pi shaders:
@davej I remove the // from //#define CURVATURE and still nothing :(
Am I supposed to put space before #?
No. It should just be remove the //.
Buzz posted a link to the github repository which contains the curved versions. You're best getting them from there to avoid any problems with editing the file.
You'll need the crt-pi-curvature.glslp file and, in the shaders directory, the crt-pi-curvature.glsl file.
-
@markyh444 said in Someone please upload Updated crt-pi shaders:
@drckml pretty sure you need to remove the # as well for the command to be used
You definitely need the # there.
//
is GLSL for ignore everything until the end of the line.#define
defines something that can be used elsewhere in the shader. -
@davej thanks it finally worked :D
thanks for the help everyone! -
@davej Sorry, I've not edited these type of files myself and just assumed like other config files that a # meant to ignore the entry. Learnt something there.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.