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

Broken duplicate shader profile in the buildbot #97

Open LaserMoai opened 7 years ago

LaserMoai commented 7 years ago

Namely handheld/gb-shader.glslp. It's missing resources while handheld/gameboy/gb-shader.glslp seems to work fine.

hizzlekizzle commented 7 years ago

ah, yeah, my repo (where the working version comes from) is still using the old layout. I'll try to get it updated soon. Thanks for the report.