mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
Merge pull request #179 from Tatsuya79/master
fix some presets parameters
This commit is contained in:
commit
74037941d2
|
@ -60,7 +60,7 @@ float_framebuffer5 = "false"
|
||||||
srgb_framebuffer5 = "false"
|
srgb_framebuffer5 = "false"
|
||||||
|
|
||||||
intensity = "0.0"
|
intensity = "0.0"
|
||||||
quality = "0.0"
|
quality = "1.0"
|
||||||
SM_RANGE = "2.0"
|
SM_RANGE = "2.0"
|
||||||
SM_PWR = "0.7"
|
SM_PWR = "0.7"
|
||||||
CONTR = "0.15"
|
CONTR = "0.15"
|
||||||
|
@ -76,4 +76,3 @@ DOTMASK = "0.0"
|
||||||
lum = "0.15"
|
lum = "0.15"
|
||||||
interlace_detect = "0.0"
|
interlace_detect = "0.0"
|
||||||
vertical_scanlines = "1.0"
|
vertical_scanlines = "1.0"
|
||||||
quality = 1.0
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ float_framebuffer5 = "false"
|
||||||
srgb_framebuffer5 = "false"
|
srgb_framebuffer5 = "false"
|
||||||
|
|
||||||
intensity = "0.0"
|
intensity = "0.0"
|
||||||
quality = "0.0"
|
quality = "1.0"
|
||||||
SM_RANGE = "1.0"
|
SM_RANGE = "1.0"
|
||||||
SM_PWR = "0.7"
|
SM_PWR = "0.7"
|
||||||
CONTR = "0.15"
|
CONTR = "0.15"
|
||||||
|
@ -75,4 +75,3 @@ scanline_weight = "0.25"
|
||||||
DOTMASK = "0.0"
|
DOTMASK = "0.0"
|
||||||
lum = "0.15"
|
lum = "0.15"
|
||||||
interlace_detect = "0.0"
|
interlace_detect = "0.0"
|
||||||
quality = 1.0
|
|
||||||
|
|
Loading…
Reference in a new issue