replace // comments with # in presets

This commit is contained in:
hunterk 2019-01-27 21:52:52 -06:00
parent 0a55ba555c
commit f655dc1079
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
// This shader requires 16:9 aspect ratio
// and integer scaling OFF
# This shader requires 16:9 aspect ratio
# and integer scaling OFF
shaders = 2

View File

@ -1,5 +1,5 @@
shaders = 1
shader0 = shaders/gb-palette/gb-palette.glsl //colorize image
shader0 = shaders/gb-palette/gb-palette.glsl
scale_type0 = source
filter_linear0 = false

View File

@ -1,5 +1,5 @@
shaders = 1
shader0 = shaders/gb-palette/gb-palette.glsl //colorize image
shader0 = shaders/gb-palette/gb-palette.glsl
scale_type0 = source
filter_linear0 = false

View File

@ -1,5 +1,5 @@
shaders = 1
shader0 = shaders/gb-palette/gb-palette.glsl //colorize image
shader0 = shaders/gb-palette/gb-palette.glsl
scale_type0 = source
filter_linear0 = false

View File

@ -2,10 +2,10 @@ shaders = 1
shader0 = shaders/blendoverlay/blendoverlay.glsl
textures = "overlay"
// change this path to point to your overlay image
# change this path to point to your overlay image
overlay = shaders/blendoverlay/grayscale_slotmask.png
parameters = "LUTWidth;LUTHeight"
// set these to the width/height of your overlay image
# set these to the width/height of your overlay image
LUTWidth = 6.0
LUTHeight = 4.0