doctor-amaton / vita-cg-glsl-shaders

A collection of shaders that were ported from CG / GLSL to be compliant with the ShaccCg shader compiler.
23 stars 2 forks source link

Shaders not available in latest stable PIB version #3

Open noradninja opened 3 years ago

noradninja commented 3 years ago

I have the latest stable release of PiB RA installed, and have copied the cg folder to UX0:/data/retroarch/shaders

When I load a game, and go to the Quick menu, I navigate to Shaders>Load and navigate to UX0:/data/retroarch/shaders/eagle ; there is no shader listed there for me to select.

doctor-amaton commented 3 years ago

Mmm, you might need to change the Video Driver to GL in Settings / Video / Output or in Settings / Drivers / Video in order to get it showing up correctly.

If that still doesn't work, can you enable logging in Settings / Logs and turn on log to file, (with Log level set to debug (0)) and post the result here?

noradninja commented 3 years ago

PIB doesnt have any other video drivers except GL, and it is selected by default.

I've attached the logfile to this reply. retroarch2021_08_0816_21_47.log

doctor-amaton commented 3 years ago

I just tested on the latest main branch and they're showing up on me. Which is rather weird. I guess you should probably delete your Retroarch configuration file ux0/data/retroarch/retroarch.cfg so that it can be regenerated. The log file says that the GLSL shader backend is being loaded and the files should show up correctly. Could you list your current file structure in ux0/data/retroarch/shaders? This looks more like a file structure issue than anything else

dieka35 commented 2 years ago

Same issue here. Retroarch 1.9.13. The shaders doesnt detected. Deleted retroarch.cfg doesnt fix issue. Maybe something changed inside retroarch? What version that last known works for shaders?

enroag commented 2 years ago

Hi @doctor-amaton @dieka35 @noradninja, I was having the same issue and got it fixed by copying the content of the folder cg to the shaders folder, creating the cg folder is not necessary and it will be created automatically by RA.

Thanks for your work and your repo.

GyroJoe commented 2 years ago

The key for me was to set the "Video Shaders" directory in Settings > Directory first.

Navigating manually to the directory inside Quick Menu wouldn't show any selectable files.

doctor-amaton commented 2 years ago

Thanks for the feedback guys! I'll try to update the README.md file to include this in the instructions

doctor-amaton commented 3 weeks ago

I updated the README.md file, but the main issue is on Retroarch... I'll leave this issue open until PVR_PSP2 is integrated since that should be the end of this repository anyway, and I'd like to keep track of this if it ever happens again once we complete that.