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

Add GBC color shader and presets #140

Closed Monroe88 closed 6 years ago

Monroe88 commented 6 years ago

Adds a color correction shader for Game Boy Color. For now, it is directly based on Gambatte's color correction implementation.

Monroe88 commented 6 years ago

I've fixed the style nits and newline issues. For some reason the comment for lcd-shader-gbc-color.cgp still shows despite the file being changed already.

VelocityRa commented 6 years ago

Cool, LGTM.