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

replace invalid scale_type_<number> with scale_type<number> #151

Closed LazyBumHorse closed 5 years ago

LazyBumHorse commented 5 years ago

RetroArch does not parse scale_type_<number> but only scale_type<number>.

Fixing the presets has no further effect though, because they all try to use scale_type source when source is the default anyways.

hizzlekizzle commented 5 years ago

thanks for the PRs!