libretro/slang-shaders

crt-pi.slangp uses wrong texture filtering

grolliffe opened this issue · 1 comments

crt-pi gets much of its speed from using a technique that relies on linear texture filtering to work correctly.

crt-pi.slangp should have
filter_linear0 = true

dave j

Whoops, good catch. Thanks for the heads-up.