mirror of
https://github.com/libretro/slang-shaders.git
synced 2024-11-23 08:19:54 +00:00
afb439de93
* add ntsc-adaptive-old work with https://github.com/libretro/slang-shaders/tree/master/ntsc/shaders/ntsc-adaptive not the guest.r * add ntsc-adaptive-4x same as ntsc-adaptive-old but work with upscaled 4x internal resolution
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
shaders = 2
|
|
|
|
shader0 = shaders/ntsc-adaptive/ntsc-pass1.slang
|
|
scale_type0 = source
|
|
scale_x0 = 4.0
|
|
filter_linear0 = false
|
|
scale_y0 = 1.0
|
|
float_framebuffer0 = true
|
|
|
|
shader1 = shaders/ntsc-adaptive/ntsc-pass2.slang
|
|
scale_type1 = source
|
|
scale_x1 = 0.5
|
|
scale_y1 = 1.0
|
|
filter_linear1 = true |