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.05k stars 250 forks source link

tvout-tweaks.glsl is missing options #95

Closed LaserMoai closed 7 years ago

LaserMoai commented 7 years ago

TVOUT_RESOLUTION, TVOUT_COMPOSITE_CONNECTION, TVOUT_TV_COLOR_LEVELS options seem to be missing from the build on the buildbot.

LaserMoai commented 7 years ago

Also snes-hires-blend.glsl is completely missing.

hizzlekizzle commented 7 years ago

I hand-ported tvout-tweaks last night, so it should be available via the updater soon with parameters intact. I'll try to port snes-hires-blend at some point.

LaserMoai commented 7 years ago

Yeah, thanks, I've already tried your port actually.