diff options
author | 2016-03-15 22:15:25 +0100 | |
---|---|---|
committer | 2016-03-15 22:15:25 +0100 | |
commit | b507dbb5fcab52d60def45013e909249b6620349 (patch) | |
tree | 55129891751a1fee1bb365732dbba4de3fa2969e /ini | |
parent | 4de23e76248e82ec43b09ea43d2c2d711d68ea09 (diff) |
Scanline Variation
- added option for scanline variation
Diffstat (limited to 'ini')
-rw-r--r-- | ini/gameboy.ini | 2 | ||||
-rw-r--r-- | ini/gba.ini | 2 | ||||
-rw-r--r-- | ini/raster.ini | 3 | ||||
-rw-r--r-- | ini/vector.ini | 7 |
4 files changed, 5 insertions, 9 deletions
diff --git a/ini/gameboy.ini b/ini/gameboy.ini index 2b2465da85b..9c78116a680 100644 --- a/ini/gameboy.ini +++ b/ini/gameboy.ini @@ -52,4 +52,4 @@ bloom_lvl6_weight 0.04 bloom_lvl7_weight 0.02 bloom_lvl8_weight 0.02 bloom_lvl9_weight 0.01 -bloom_lvl10_weight 0.01
\ No newline at end of file +bloom_lvl10_weight 0.01 diff --git a/ini/gba.ini b/ini/gba.ini index 009cc255176..0b1bf100da9 100644 --- a/ini/gba.ini +++ b/ini/gba.ini @@ -52,4 +52,4 @@ bloom_lvl6_weight 0.04 bloom_lvl7_weight 0.02 bloom_lvl8_weight 0.02 bloom_lvl9_weight 0.01 -bloom_lvl10_weight 0.01
\ No newline at end of file +bloom_lvl10_weight 0.01 diff --git a/ini/raster.ini b/ini/raster.ini index cc0b1cfb514..03683cd5b35 100644 --- a/ini/raster.ini +++ b/ini/raster.ini @@ -18,6 +18,7 @@ vignetting 0.0 scanline_alpha 0.50 scanline_size 1.0 scanline_height 1.0 +scanline_variation 1.0 scanline_bright_scale 2.0 scanline_bright_offset 0.0 scanline_jitter 0.0 @@ -57,4 +58,4 @@ bloom_lvl6_weight 0.04 bloom_lvl7_weight 0.02 bloom_lvl8_weight 0.02 bloom_lvl9_weight 0.01 -bloom_lvl10_weight 0.01
\ No newline at end of file +bloom_lvl10_weight 0.01 diff --git a/ini/vector.ini b/ini/vector.ini index 3f1145d5676..487e5a3d9a3 100644 --- a/ini/vector.ini +++ b/ini/vector.ini @@ -25,11 +25,6 @@ smooth_border 0.0 reflection 0.0 vignetting 0.0 scanline_alpha 0.0 -scanline_size 0.0 -scanline_height 0.0 -scanline_bright_scale 0.0 -scanline_bright_offset 0.0 -scanline_jitter 0.0 defocus 0.0,0.0 converge_x 0.0,0.0,0.0 converge_y 0.0,0.0,0.0 @@ -72,4 +67,4 @@ bloom_lvl6_weight 0.48 bloom_lvl7_weight 0.32 bloom_lvl8_weight 0.24 bloom_lvl9_weight 0.16 -bloom_lvl10_weight 0.08
\ No newline at end of file +bloom_lvl10_weight 0.08 |