From 2ccc0a290aeab0476accec1a4ee6783cb6ee4522 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Tue, 23 Mar 2021 09:31:32 -0700 Subject: [PATCH] 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. --- bgfx/chains/crt-geom-deluxe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,