diff options
author | 2021-03-23 09:31:32 -0700 | |
---|---|---|
committer | 2021-03-23 09:31:32 -0700 | |
commit | 2ccc0a290aeab0476accec1a4ee6783cb6ee4522 (patch) | |
tree | 267bf2c3116151e6a2409390c9dc53ff1f164ad7 | |
parent | a405de0435c6da8dc8949bdf0b8d65bd678aba06 (diff) |
bgfx: Disable lowpass filter by default by setting it to its maximum value, since it does not account for actual monitor type. We can revisit this decision in the future if better monitor information is provided from the driver.
-rw-r--r-- | bgfx/chains/crt-geom-deluxe.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgfx/chains/crt-geom-deluxe.json b/bgfx/chains/crt-geom-deluxe.json index 9c9dd18505b..eb29ba0b538 100644 --- a/bgfx/chains/crt-geom-deluxe.json +++ b/bgfx/chains/crt-geom-deluxe.json @@ -50,7 +50,7 @@ { "type": "float", "name": "lowpass_cutoff", "text": "Lowpass cutoff pixels/scanline", - "default": 200.0, + "default":1000.0, "max" :1000.0, "min" : 100.0, "step" : 10.0, |