From 0a2b35ec110d5c7251a95f80529b9aad13029ac8 Mon Sep 17 00:00:00 2001 From: LazyBumHorse Date: Tue, 28 May 2019 22:00:26 +0200 Subject: [PATCH] replace invalid scale_type_ with scale_type --- anti-aliasing/aa-shader-4.0-level2.slangp | 2 +- anti-aliasing/advanced-aa.slangp | 2 +- border/sgb/sgb-gbc-color-tvout+interlacing.slangp | 2 +- border/sgb/sgb-gbc-color.slangp | 2 +- crt/crt-aperture.slangp | 2 +- crt/crt-caligari.slangp | 2 +- crt/crt-cgwg-fast.slangp | 2 +- crt/crt-easymode.slangp | 2 +- crt/crt-geom.slangp | 2 +- crt/crt-hyllian-multipass.slangp | 2 +- crt/crt-hyllian.slangp | 2 +- crt/crt-lottes-fast.slangp | 2 +- crt/crt-lottes.slangp | 2 +- ddt/ddt.slangp | 2 +- denoisers/fast-bilateral.slangp | 2 +- eagle/supereagle.slangp | 2 +- handheld/dot.slangp | 2 +- handheld/gba-color.slangp | 2 +- handheld/gbc-color.slangp | 2 +- handheld/gbc-gambatte-color.slangp | 2 +- handheld/lcd-grid.slangp | 2 +- handheld/nds-color.slangp | 2 +- handheld/palm-color.slangp | 2 +- handheld/psp-color.slangp | 2 +- handheld/vba-color.slangp | 2 +- motionblur/mix_frames.slangp | 2 +- motionblur/mix_frames_smart.slangp | 2 +- motionblur/motionblur-blue.slangp | 2 +- motionblur/motionblur-color.slangp | 2 +- motionblur/motionblur-simple.slangp | 2 +- motionblur/response-time.slangp | 2 +- nedi/fast-bilateral-nedi.slangp | 2 +- nes_raw_palette/gtu-famicom.slangp | 4 ++-- retro/aann.slangp | 2 +- retro/ascii.slangp | 2 +- retro/pixellate.slangp | 2 +- retro/retro-v2.slangp | 2 +- retro/sharp-bilinear.slangp | 2 +- sabr/sabr.slangp | 2 +- scalehq/2xScaleHQ.slangp | 2 +- scalehq/4xScaleHQ.slangp | 2 +- scalenx/scale2x.slangp | 2 +- scalenx/scale2xSFX.slangp | 2 +- scalenx/scale2xplus.slangp | 2 +- scalenx/scale3x.slangp | 2 +- sharpen/adaptive-sharpen-multipass.slangp | 4 ++-- xbr/2xBR-lv1-multipass.slangp | 4 ++-- xbr/xbr-lv2.slangp | 2 +- xbr/xbr-lv3-multipass.slangp | 4 ++-- xbr/xbr-lv3.slangp | 2 +- xsal/2xsal.slangp | 2 +- xsoft/4xsoft.slangp | 2 +- xsoft/4xsoftSdB.slangp | 2 +- 53 files changed, 57 insertions(+), 57 deletions(-) diff --git a/anti-aliasing/aa-shader-4.0-level2.slangp b/anti-aliasing/aa-shader-4.0-level2.slangp index fcb2f1e..24a889e 100644 --- a/anti-aliasing/aa-shader-4.0-level2.slangp +++ b/anti-aliasing/aa-shader-4.0-level2.slangp @@ -12,4 +12,4 @@ scale1 = 2.0 shader2 = ../sharpen/shaders/adaptive-sharpen.slang filter_linear2 = false -scale_type_2 = source +scale_type2 = source diff --git a/anti-aliasing/advanced-aa.slangp b/anti-aliasing/advanced-aa.slangp index 7b9c662..5464748 100644 --- a/anti-aliasing/advanced-aa.slangp +++ b/anti-aliasing/advanced-aa.slangp @@ -8,4 +8,4 @@ scale_y0 = 2.0 shader1 = ../stock.slang filter_linear1 = true -scale_type_1 = source \ No newline at end of file +scale_type1 = source \ No newline at end of file diff --git a/border/sgb/sgb-gbc-color-tvout+interlacing.slangp b/border/sgb/sgb-gbc-color-tvout+interlacing.slangp index 54cd8c0..6bc5be9 100644 --- a/border/sgb/sgb-gbc-color-tvout+interlacing.slangp +++ b/border/sgb/sgb-gbc-color-tvout+interlacing.slangp @@ -7,7 +7,7 @@ shader4 = ../../misc/interlacing.slang shader5 = ../../auto-box/box-center.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 scale_type_x1 = absolute diff --git a/border/sgb/sgb-gbc-color.slangp b/border/sgb/sgb-gbc-color.slangp index 6cd45d0..fc2f16b 100644 --- a/border/sgb/sgb-gbc-color.slangp +++ b/border/sgb/sgb-gbc-color.slangp @@ -3,7 +3,7 @@ shader0 = "../../handheld/shaders/color/gbc-color.slang" shader1 = "../shaders/imgborder-sgb.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 scale_type_x1 = "absolute" diff --git a/crt/crt-aperture.slangp b/crt/crt-aperture.slangp index 5c7af07..76ebc9f 100644 --- a/crt/crt-aperture.slangp +++ b/crt/crt-aperture.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-aperture.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/crt/crt-caligari.slangp b/crt/crt-caligari.slangp index a7340b8..3953f33 100644 --- a/crt/crt-caligari.slangp +++ b/crt/crt-caligari.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-caligari.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/crt/crt-cgwg-fast.slangp b/crt/crt-cgwg-fast.slangp index 69d88e4..e7eb262 100644 --- a/crt/crt-cgwg-fast.slangp +++ b/crt/crt-cgwg-fast.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-cgwg-fast.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/crt/crt-easymode.slangp b/crt/crt-easymode.slangp index aa234a6..45f2b2f 100644 --- a/crt/crt-easymode.slangp +++ b/crt/crt-easymode.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-easymode.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/crt/crt-geom.slangp b/crt/crt-geom.slangp index 886b7f3..c4cf838 100644 --- a/crt/crt-geom.slangp +++ b/crt/crt-geom.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-geom.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/crt/crt-hyllian-multipass.slangp b/crt/crt-hyllian-multipass.slangp index 252b014..88db743 100644 --- a/crt/crt-hyllian-multipass.slangp +++ b/crt/crt-hyllian-multipass.slangp @@ -11,7 +11,7 @@ scale_y0 = 1.0 shader1 = shaders/crt-hyllian-multipass/crt-hyllian-pass1.slang filter_linear1 = false srgb_framebuffer1 = false -scale_type_1 = source +scale_type1 = source // Uncomment these lines for a sharper variation //parameters = "SHARPNESS;SCANLINES_STRENGTH;BEAM_MIN_WIDTH" diff --git a/crt/crt-hyllian.slangp b/crt/crt-hyllian.slangp index b620d25..4a40d8b 100644 --- a/crt/crt-hyllian.slangp +++ b/crt/crt-hyllian.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-hyllian.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/crt/crt-lottes-fast.slangp b/crt/crt-lottes-fast.slangp index f7732b7..31e5ea2 100644 --- a/crt/crt-lottes-fast.slangp +++ b/crt/crt-lottes-fast.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-lottes-fast.slang filter_linear0 = true -scale_type_0 = source +scale_type0 = source diff --git a/crt/crt-lottes.slangp b/crt/crt-lottes.slangp index 4fed0b3..f37c385 100644 --- a/crt/crt-lottes.slangp +++ b/crt/crt-lottes.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/crt-lottes.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/ddt/ddt.slangp b/ddt/ddt.slangp index 3aa8940..573c768 100644 --- a/ddt/ddt.slangp +++ b/ddt/ddt.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/ddt.slang filter_linear0 = false -scale_type_0 = source \ No newline at end of file +scale_type0 = source \ No newline at end of file diff --git a/denoisers/fast-bilateral.slangp b/denoisers/fast-bilateral.slangp index d87f25a..37454c5 100644 --- a/denoisers/fast-bilateral.slangp +++ b/denoisers/fast-bilateral.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/fast-bilateral.slang filter_linear0 = false -scale_type_0 = source \ No newline at end of file +scale_type0 = source \ No newline at end of file diff --git a/eagle/supereagle.slangp b/eagle/supereagle.slangp index 2e14b81..3a04180 100644 --- a/eagle/supereagle.slangp +++ b/eagle/supereagle.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/supereagle.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/handheld/dot.slangp b/handheld/dot.slangp index 88f2011..da347d2 100644 --- a/handheld/dot.slangp +++ b/handheld/dot.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/dot.slang filter_linear0 = false -scale_type_0 = source \ No newline at end of file +scale_type0 = source \ No newline at end of file diff --git a/handheld/gba-color.slangp b/handheld/gba-color.slangp index 9c2f9b9..964a804 100644 --- a/handheld/gba-color.slangp +++ b/handheld/gba-color.slangp @@ -2,5 +2,5 @@ shaders = 1 shader0 = shaders/color/gba-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 diff --git a/handheld/gbc-color.slangp b/handheld/gbc-color.slangp index 2527b19..46d0bae 100644 --- a/handheld/gbc-color.slangp +++ b/handheld/gbc-color.slangp @@ -2,5 +2,5 @@ shaders = 1 shader0 = shaders/color/gbc-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 diff --git a/handheld/gbc-gambatte-color.slangp b/handheld/gbc-gambatte-color.slangp index 72ac3a2..6fde845 100644 --- a/handheld/gbc-gambatte-color.slangp +++ b/handheld/gbc-gambatte-color.slangp @@ -2,5 +2,5 @@ shaders = 1 shader0 = shaders/color/gbc-gambatte-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 diff --git a/handheld/lcd-grid.slangp b/handheld/lcd-grid.slangp index 7c28a58..29e9ccc 100644 --- a/handheld/lcd-grid.slangp +++ b/handheld/lcd-grid.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/lcd-cgwg/lcd-grid.slang filter_linear0 = false -scale_type_0 = source \ No newline at end of file +scale_type0 = source \ No newline at end of file diff --git a/handheld/nds-color.slangp b/handheld/nds-color.slangp index d912615..0d72b8a 100644 --- a/handheld/nds-color.slangp +++ b/handheld/nds-color.slangp @@ -2,5 +2,5 @@ shaders = 1 shader0 = shaders/color/nds-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 diff --git a/handheld/palm-color.slangp b/handheld/palm-color.slangp index e1190ad..afe7456 100644 --- a/handheld/palm-color.slangp +++ b/handheld/palm-color.slangp @@ -2,5 +2,5 @@ shaders = 1 shader0 = shaders/color/palm-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 diff --git a/handheld/psp-color.slangp b/handheld/psp-color.slangp index 5e2996f..d5fd518 100644 --- a/handheld/psp-color.slangp +++ b/handheld/psp-color.slangp @@ -2,5 +2,5 @@ shaders = 1 shader0 = shaders/color/psp-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 diff --git a/handheld/vba-color.slangp b/handheld/vba-color.slangp index e07626d..a308768 100644 --- a/handheld/vba-color.slangp +++ b/handheld/vba-color.slangp @@ -2,5 +2,5 @@ shaders = 1 shader0 = shaders/color/vba-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source scale0 = 1.0 diff --git a/motionblur/mix_frames.slangp b/motionblur/mix_frames.slangp index c53e6a0..4de2148 100644 --- a/motionblur/mix_frames.slangp +++ b/motionblur/mix_frames.slangp @@ -3,4 +3,4 @@ shaders = "1" shader0 = "shaders/mix_frames.slang" filter_linear0 = "false" -scale_type_0 = "source" +scale_type0 = "source" diff --git a/motionblur/mix_frames_smart.slangp b/motionblur/mix_frames_smart.slangp index e1330d1..e1200d0 100644 --- a/motionblur/mix_frames_smart.slangp +++ b/motionblur/mix_frames_smart.slangp @@ -3,4 +3,4 @@ shaders = "1" shader0 = "shaders/mix_frames_smart.slang" filter_linear0 = "false" -scale_type_0 = "source" +scale_type0 = "source" diff --git a/motionblur/motionblur-blue.slangp b/motionblur/motionblur-blue.slangp index f8d97ba..5603d4a 100644 --- a/motionblur/motionblur-blue.slangp +++ b/motionblur/motionblur-blue.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/motionblur-blue.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/motionblur/motionblur-color.slangp b/motionblur/motionblur-color.slangp index 86312c1..9a70dd2 100644 --- a/motionblur/motionblur-color.slangp +++ b/motionblur/motionblur-color.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/motionblur-color.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/motionblur/motionblur-simple.slangp b/motionblur/motionblur-simple.slangp index 576ce04..b101e5a 100644 --- a/motionblur/motionblur-simple.slangp +++ b/motionblur/motionblur-simple.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/motionblur-simple.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/motionblur/response-time.slangp b/motionblur/response-time.slangp index 74ba703..34af752 100644 --- a/motionblur/response-time.slangp +++ b/motionblur/response-time.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/response-time.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/nedi/fast-bilateral-nedi.slangp b/nedi/fast-bilateral-nedi.slangp index 8502dcd..afee389 100644 --- a/nedi/fast-bilateral-nedi.slangp +++ b/nedi/fast-bilateral-nedi.slangp @@ -1,7 +1,7 @@ shaders = "5" shader0 = ../denoisers/shaders/fast-bilateral.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source shader1 = "shaders/nedi-pass0.slang" filter_linear1 = false wrap_mode1 = "clamp_to_border" diff --git a/nes_raw_palette/gtu-famicom.slangp b/nes_raw_palette/gtu-famicom.slangp index 141fa95..938d8e9 100644 --- a/nes_raw_palette/gtu-famicom.slangp +++ b/nes_raw_palette/gtu-famicom.slangp @@ -10,14 +10,14 @@ frame_count_mod0 = 2 float_framebuffer0 = true shader1 = shaders/gtu-famicom/lowPass.slang -scale_type_1 = source +scale_type1 = source scale_1 = 1.0 filter_linear1 = false frame_count_mod1 = 32 float_framebuffer1 = true shader2 = shaders/gtu-famicom/combFilter.slang -scale_type_2 = source +scale_type2 = source scale_2 = 1.0 filter_linear2 = false frame_count_mod2 = 2 diff --git a/retro/aann.slangp b/retro/aann.slangp index 9d3bd69..fa186bb 100644 --- a/retro/aann.slangp +++ b/retro/aann.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/aann.slang" filter_linear0 = true -scale_type_0 = source +scale_type0 = source diff --git a/retro/ascii.slangp b/retro/ascii.slangp index 98205c7..600d5e1 100644 --- a/retro/ascii.slangp +++ b/retro/ascii.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/ascii.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/retro/pixellate.slangp b/retro/pixellate.slangp index d07a182..d11daea 100644 --- a/retro/pixellate.slangp +++ b/retro/pixellate.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/pixellate.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/retro/retro-v2.slangp b/retro/retro-v2.slangp index ad5e08a..d577252 100644 --- a/retro/retro-v2.slangp +++ b/retro/retro-v2.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/retro-v2.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/retro/sharp-bilinear.slangp b/retro/sharp-bilinear.slangp index 636d857..8d4570a 100644 --- a/retro/sharp-bilinear.slangp +++ b/retro/sharp-bilinear.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/sharp-bilinear.slang" filter_linear0 = true -scale_type_0 = source +scale_type0 = source diff --git a/sabr/sabr.slangp b/sabr/sabr.slangp index 0ff46ea..6169ac1 100644 --- a/sabr/sabr.slangp +++ b/sabr/sabr.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = shaders/sabr-v3.0.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/scalehq/2xScaleHQ.slangp b/scalehq/2xScaleHQ.slangp index 8fc8793..83f27ce 100644 --- a/scalehq/2xScaleHQ.slangp +++ b/scalehq/2xScaleHQ.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/2xScaleHQ.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/scalehq/4xScaleHQ.slangp b/scalehq/4xScaleHQ.slangp index 9d16458..02e2e2d 100644 --- a/scalehq/4xScaleHQ.slangp +++ b/scalehq/4xScaleHQ.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/4xScaleHQ.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/scalenx/scale2x.slangp b/scalenx/scale2x.slangp index 9df5437..0370bdf 100644 --- a/scalenx/scale2x.slangp +++ b/scalenx/scale2x.slangp @@ -8,4 +8,4 @@ scale_y0 = 2.0 shader1 = ../stock.slang filter_linear1 = true -scale_type_1 = source \ No newline at end of file +scale_type1 = source \ No newline at end of file diff --git a/scalenx/scale2xSFX.slangp b/scalenx/scale2xSFX.slangp index 0f55388..d4c5409 100644 --- a/scalenx/scale2xSFX.slangp +++ b/scalenx/scale2xSFX.slangp @@ -8,4 +8,4 @@ scale_y0 = 2.0 shader1 = ../stock.slang filter_linear1 = true -scale_type_1 = source \ No newline at end of file +scale_type1 = source \ No newline at end of file diff --git a/scalenx/scale2xplus.slangp b/scalenx/scale2xplus.slangp index 6907fc9..042fc5b 100644 --- a/scalenx/scale2xplus.slangp +++ b/scalenx/scale2xplus.slangp @@ -8,4 +8,4 @@ scale_y0 = 2.0 shader1 = ../stock.slang filter_linear1 = true -scale_type_1 = source \ No newline at end of file +scale_type1 = source \ No newline at end of file diff --git a/scalenx/scale3x.slangp b/scalenx/scale3x.slangp index 46cd99e..188c3e4 100644 --- a/scalenx/scale3x.slangp +++ b/scalenx/scale3x.slangp @@ -8,4 +8,4 @@ scale_y0 = 3.0 shader1 = ../stock.slang filter_linear1 = true -scale_type_1 = source \ No newline at end of file +scale_type1 = source \ No newline at end of file diff --git a/sharpen/adaptive-sharpen-multipass.slangp b/sharpen/adaptive-sharpen-multipass.slangp index 2bd57f4..64c734f 100644 --- a/sharpen/adaptive-sharpen-multipass.slangp +++ b/sharpen/adaptive-sharpen-multipass.slangp @@ -2,7 +2,7 @@ shaders = 2 shader0 = shaders/adaptive-sharpen-pass1.slang filter_linear0 = false -scale_type_0 = source +scale_type0 = source shader1 = shaders/adaptive-sharpen-pass2.slang filter_linear1 = false -scale_type_1 = source +scale_type1 = source diff --git a/xbr/2xBR-lv1-multipass.slangp b/xbr/2xBR-lv1-multipass.slangp index 0f496d2..31a6ed4 100644 --- a/xbr/2xBR-lv1-multipass.slangp +++ b/xbr/2xBR-lv1-multipass.slangp @@ -2,8 +2,8 @@ shaders = 2 shader0 = "shaders/2xBR-multipass/2xbr-lv1-c-pass0.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source shader1 = "shaders/2xBR-multipass/2xbr-lv1-c-pass1.slang" filter_linear1 = false -scale_type_1 = source \ No newline at end of file +scale_type1 = source \ No newline at end of file diff --git a/xbr/xbr-lv2.slangp b/xbr/xbr-lv2.slangp index b133e92..be7fb1c 100644 --- a/xbr/xbr-lv2.slangp +++ b/xbr/xbr-lv2.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/xbr-lv2.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/xbr/xbr-lv3-multipass.slangp b/xbr/xbr-lv3-multipass.slangp index 4906f5d..f16840a 100644 --- a/xbr/xbr-lv3-multipass.slangp +++ b/xbr/xbr-lv3-multipass.slangp @@ -2,8 +2,8 @@ shaders = 2 shader0 = "shaders/xbr-lv3-multipass/xbr-lv3-pass0.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source shader1 = "shaders/xbr-lv3-multipass/xbr-lv3-pass1.slang" filter_linear1 = false -scale_type_1 = source \ No newline at end of file +scale_type1 = source \ No newline at end of file diff --git a/xbr/xbr-lv3.slangp b/xbr/xbr-lv3.slangp index b56ebab..5fd4f0d 100644 --- a/xbr/xbr-lv3.slangp +++ b/xbr/xbr-lv3.slangp @@ -2,4 +2,4 @@ shaders = 1 shader0 = "shaders/xbr-lv3.slang" filter_linear0 = false -scale_type_0 = source +scale_type0 = source diff --git a/xsal/2xsal.slangp b/xsal/2xsal.slangp index d4783ba..9d13638 100644 --- a/xsal/2xsal.slangp +++ b/xsal/2xsal.slangp @@ -8,4 +8,4 @@ scale_y0 = 2.0 shader1 = ../stock.slang filter_linear1 = true -scale_type_1 = source +scale_type1 = source diff --git a/xsoft/4xsoft.slangp b/xsoft/4xsoft.slangp index 7978971..602e3f9 100644 --- a/xsoft/4xsoft.slangp +++ b/xsoft/4xsoft.slangp @@ -14,4 +14,4 @@ scale_y1 = 2.0 shader2 = ../stock.slang filter_linear2 = true -scale_type_2 = source +scale_type2 = source diff --git a/xsoft/4xsoftSdB.slangp b/xsoft/4xsoftSdB.slangp index 684e6fd..37a64e8 100644 --- a/xsoft/4xsoftSdB.slangp +++ b/xsoft/4xsoftSdB.slangp @@ -14,4 +14,4 @@ scale_y1 = 2.0 shader2 = ../stock.slang filter_linear2 = true -scale_type_2 = source +scale_type2 = source