libretro / common-shaders

Collection of commonly used Cg shaders. These shaders are usable by either HLSL and/or Cg runtime compilers. The cg2glsl script will translate most of these into GLSL shaders.
http://www.libretro.com
1.03k stars 250 forks source link

incorrect path (r57shell royale preset) #146

Closed eugene-s-nesdev closed 6 years ago

eugene-s-nesdev commented 6 years ago

https://github.com/libretro/common-shaders/commit/8cd385246313e10482addd0da9936b7b6fa51608

crt-royale-pal-r57shell.cgp preset don't work: \shaders_cg\pal\crt-royale-pal-r57shell.cgp = incorrect path (current) \shaders_cg\crt\crt-royale-pal-r57shell.cgp = correct path

Default shaders and presets paths (recommended by r57shell) are: \shaders_cg\crt\crt-royale-pal-r57shell.cgp \shaders_cg\pal\pal-r57shell.cgp \shaders_cg\pal\shaders\pal-r57shell.cg \shaders_cg\pal\resources\nes_lut.png

hizzlekizzle commented 6 years ago

should be fixed now.