diff options
author | 2016-03-28 21:58:17 +0200 | |
---|---|---|
committer | 2016-03-28 21:58:17 +0200 | |
commit | 19bbdaac3543c8c17893dc396f08c8ab4ea28fd2 (patch) | |
tree | 0e4173138a1107cc47084665572af0d628f34cff /ini | |
parent | fe9dfdbf991ead01d9ff63042532cc82440de7a5 (diff) |
Moved presets to subfolder (nw)
- added lcd-matrix.ini and vector-mono.ini
Diffstat (limited to 'ini')
-rw-r--r-- | ini/presets/gameboy.ini (renamed from ini/gameboy.ini) | 0 | ||||
-rw-r--r-- | ini/presets/gba.ini (renamed from ini/gba.ini) | 0 | ||||
-rw-r--r-- | ini/presets/lcd-matrix.ini | 53 | ||||
-rw-r--r-- | ini/presets/lcd.ini | 53 | ||||
-rw-r--r-- | ini/presets/raster.ini (renamed from ini/raster.ini) | 0 | ||||
-rw-r--r-- | ini/presets/vector-mono.ini | 66 | ||||
-rw-r--r-- | ini/presets/vector.ini (renamed from ini/vector.ini) | 0 |
7 files changed, 172 insertions, 0 deletions
diff --git a/ini/gameboy.ini b/ini/presets/gameboy.ini index 763ce5b78d5..763ce5b78d5 100644 --- a/ini/gameboy.ini +++ b/ini/presets/gameboy.ini diff --git a/ini/gba.ini b/ini/presets/gba.ini index 0c8308fc072..0c8308fc072 100644 --- a/ini/gba.ini +++ b/ini/presets/gba.ini diff --git a/ini/presets/lcd-matrix.ini b/ini/presets/lcd-matrix.ini new file mode 100644 index 00000000000..f9de4013eca --- /dev/null +++ b/ini/presets/lcd-matrix.ini @@ -0,0 +1,53 @@ +# +# DIRECT3D POST-PROCESSING OPTIONS +# +shadow_mask_tile_mode 1 +shadow_mask_alpha 0.5 +shadow_mask_texture monochrome-matrix.png +shadow_mask_x_count 2 +shadow_mask_y_count 2 +shadow_mask_usize 0.5 +shadow_mask_vsize 0.5 +shadow_mask_uoffset 0.0 +shadow_mask_voffset 0.0 +curvature 0.0 +round_corner 0.0 +smooth_border 0.0 +reflection 0.0 +vignetting 0.0 +scanline_alpha 0.0 +defocus 0.5,0.5 +converge_x 0.0,0.0,0.0 +converge_y 0.0,0.0,0.0 +radial_converge_x 0.0,0.0,0.0 +radial_converge_y 0.0,0.0,0.0 +red_ratio 1.0,0.0,0.0 +grn_ratio 0.0,1.0,0.0 +blu_ratio 0.0,0.0,1.0 +saturation 1.0 +offset 0.0,0.0,0.0 +scale 1.0,1.0,1.0 +power 1.0,1.0,1.0 +floor 0.0,0.0,0.0 +phosphor_life 0.5,0.5,0.5 + +# +# NTSC POST-PROCESSING OPTIONS +# +yiq_enable 0 + +# +# BLOOM POST-PROCESSING OPTIONS +# +bloom_blend_mode 1 +bloom_scale 0.5 +bloom_overdrive 0.0,0.0,0.0 +bloom_lvl0_weight 1.0 +bloom_lvl1_weight 0.64 +bloom_lvl2_weight 0.32 +bloom_lvl3_weight 0.16 +bloom_lvl4_weight 0.08 +bloom_lvl5_weight 0.06 +bloom_lvl6_weight 0.04 +bloom_lvl7_weight 0.02 +bloom_lvl8_weight 0.01 diff --git a/ini/presets/lcd.ini b/ini/presets/lcd.ini new file mode 100644 index 00000000000..0c8308fc072 --- /dev/null +++ b/ini/presets/lcd.ini @@ -0,0 +1,53 @@ +# +# DIRECT3D POST-PROCESSING OPTIONS +# +shadow_mask_tile_mode 1 +shadow_mask_alpha 0.75 +shadow_mask_texture slot-mask-aligned.png +shadow_mask_x_count 2 +shadow_mask_y_count 2 +shadow_mask_usize 0.1875 +shadow_mask_vsize 0.1875 +shadow_mask_uoffset 0.0 +shadow_mask_voffset 0.0 +curvature 0.0 +round_corner 0.0 +smooth_border 0.0 +reflection 0.0 +vignetting 0.0 +scanline_alpha 0.0 +defocus 0.0,0.0 +converge_x 0.0,0.0,0.0 +converge_y 0.0,0.0,0.0 +radial_converge_x 0.0,0.0,0.0 +radial_converge_y 0.0,0.0,0.0 +red_ratio 1.0,0.0,0.0 +grn_ratio 0.0,1.0,0.0 +blu_ratio 0.0,0.0,1.0 +saturation 1.0 +offset 0.0,0.0,0.0 +scale 1.0,1.0,1.0 +power 1.0,1.0,1.0 +floor 0.0,0.0,0.0 +phosphor_life 0.5,0.5,0.5 + +# +# NTSC POST-PROCESSING OPTIONS +# +yiq_enable 0 + +# +# BLOOM POST-PROCESSING OPTIONS +# +bloom_blend_mode 0 +bloom_scale 0.25 +bloom_overdrive 0.0,0.0,0.0 +bloom_lvl0_weight 1.0 +bloom_lvl1_weight 0.64 +bloom_lvl2_weight 0.32 +bloom_lvl3_weight 0.16 +bloom_lvl4_weight 0.08 +bloom_lvl5_weight 0.06 +bloom_lvl6_weight 0.04 +bloom_lvl7_weight 0.02 +bloom_lvl8_weight 0.01 diff --git a/ini/raster.ini b/ini/presets/raster.ini index 7e589fe9cb2..7e589fe9cb2 100644 --- a/ini/raster.ini +++ b/ini/presets/raster.ini diff --git a/ini/presets/vector-mono.ini b/ini/presets/vector-mono.ini new file mode 100644 index 00000000000..6a3db343cb3 --- /dev/null +++ b/ini/presets/vector-mono.ini @@ -0,0 +1,66 @@ +# +# CORE SCREEN OPTIONS +# +gamma 0.50 + +# +# CORE VECTOR OPTIONS +# +antialias 1 +beam_width_min 0.75 +beam_width_max 4.00 +beam_intensity_weight 0.75 +flicker 0.15 + +# +# DIRECT3D POST-PROCESSING OPTIONS +# +hlsl_oversampling 0 +shadow_mask_alpha 0.0 +curvature 0.0 +round_corner 0.0 +smooth_border 0.0 +reflection 0.0 +vignetting 0.0 +scanline_alpha 0.0 +defocus 0.0,0.0 +converge_x 0.0,0.0,0.0 +converge_y 0.0,0.0,0.0 +radial_converge_x 0.0,0.0,0.0 +radial_converge_y 0.0,0.0,0.0 +red_ratio 1.0,0.0,0.0 +grn_ratio 0.0,1.0,0.0 +blu_ratio 0.0,0.0,1.0 +saturation 1.0 +offset 0.0,0.0,0.0 +scale 1.0,1.0,1.0 +power 1.0,1.0,1.0 +floor 0.0,0.0,0.0 +phosphor_life 0.5,0.5,0.5 + +# +# NTSC POST-PROCESSING OPTIONS +# +yiq_enable 0 + +# +# VECTOR POST-PROCESSING OPTIONS +# +vector_length_scale 0.8 +vector_length_ratio 500.0 + +# +# BLOOM POST-PROCESSING OPTIONS +# +bloom_blend_mode 0 +bloom_scale 0.75 +bloom_overdrive 1.00,1.00,1.00 +bloom_lvl0_weight 1.00 +bloom_lvl1_weight 0.48 +bloom_lvl2_weight 0.32 +bloom_lvl3_weight 0.24 +bloom_lvl4_weight 0.16 +bloom_lvl5_weight 0.24 +bloom_lvl6_weight 0.32 +bloom_lvl7_weight 0.48 +bloom_lvl8_weight 0.64 diff --git a/ini/vector.ini b/ini/presets/vector.ini index 1aeb22c5f86..1aeb22c5f86 100644 --- a/ini/vector.ini +++ b/ini/presets/vector.ini |