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

Fix a rounding bug with Catalyst drivers, at least on Windows with #31

Closed TroggleMonkey closed 9 years ago

TroggleMonkey commented 9 years ago

with ATI/AMD 4800-series cards. Make all affected lines reference the same constant, and make a few related variable names more consistent.

Also: crt-royale: Add notes about Retroarch version requirements, because the latest official release (1.0.0.2) does not support a lot of semi-required features.

TroggleMonkey commented 9 years ago

Actually, hold up a moment...I want to add the required Retroarch version to the README.

TroggleMonkey commented 9 years ago

Okay, go ahead and merge it. :p