diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hlsl.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/hlsl.txt b/docs/hlsl.txt index 511ce4f1c9d..c2868c4200f 100644 --- a/docs/hlsl.txt +++ b/docs/hlsl.txt @@ -115,3 +115,16 @@ bloom_lvl5_weight 0.06 Bloom level 5 (1/32-size target) weight bloom_lvl6_weight 0.04 Bloom level 6 (1/64-size target) weight. (0.00-1.00) bloom_lvl7_weight 0.02 Bloom level 7 (1/128-size target) weight. (0.00-1.00) bloom_lvl8_weight 0.01 Bloom level 8 (1/256-size target) weight. (0.00-1.00) + + +Presets +------- +../ini/presets/raster.ini for raster screens +../ini/presets/vector.ini for color vector screens +../ini/presets/vector-mono.ini for monochrome vector screens (rename to vector.ini or <system>.ini) +../ini/presets/lcd.ini for screens with TFT color LCD +../ini/presets/lcd-matrix.ini for screens with STN LCD matrix (rename to lcd.ini or <system>.ini) +../ini/presets/gameboy.ini for Game Boy screen (same as lcd-matrix.ini with greenish color transformation) +../ini/presets/gba.ini for Game Boy Advance screen (same as lcd.ini) + +Copy them to ../ini/ to use. |