Fix https://github.com/libretro/glsl-shaders/issues/176
This commit is contained in:
Hyllian 2022-08-24 15:44:58 -03:00
parent b76ab258cd
commit 4325ea9c72

View File

@ -35,7 +35,7 @@ scale_type_x4 = "source"
scale_x4 = "1.000000" scale_x4 = "1.000000"
scale_type_y4 = "source" scale_type_y4 = "source"
scale_y4 = "0.500000" scale_y4 = "0.500000"
shader5 = "../crt/shaders/crt-hyllian.glsl" shader5 = "../crt/shaders/hyllian/crt-hyllian.glsl"
filter_linear5 = "false" filter_linear5 = "false"
wrap_mode5 = "clamp_to_edge" wrap_mode5 = "clamp_to_edge"
float_framebuffer5 = "false" float_framebuffer5 = "false"