From b6c38d1cdae77232a4359e94383f401751ae885f Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 23 Feb 2024 21:22:48 +0000 Subject: [PATCH] config: add opengl:force_introspection --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index a77d778..2f2641d 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -373,6 +373,7 @@ _Subcategory `group:groupbar:`_ | name | description | type | default | |---|---|---|---| | nvidia_anti_flicker | reduces flickering on nvidia at the cost of possible frame drops on lower-end GPUs. On non-nvidia, this is ignored. | bool | true | +| force_introspection | forces introspection at all times. Introspection is aimed at reducing GPU usage in certain cases, but might cause graphical glitches on nvidia. 0 - nothing, 1 - force always on, 2 - force always on if nvidia | int | 2 | ## Debug