summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2021-03-23 09:31:32 -0700
committer Aaron Giles <aaron@aarongiles.com>2021-03-23 09:31:32 -0700
commit2ccc0a290aeab0476accec1a4ee6783cb6ee4522 (patch)
tree267bf2c3116151e6a2409390c9dc53ff1f164ad7 /bgfx
parenta405de0435c6da8dc8949bdf0b8d65bd678aba06 (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.
Diffstat (limited to 'bgfx')
-rw-r--r--bgfx/chains/crt-geom-deluxe.json2
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,