opengl: add toggleable nvidia_anti_flicker

ref #4252
This commit is contained in:
vaxerski
2023-12-27 19:16:57 +01:00
parent f86cdcf8d5
commit 2702814a3f
2 changed files with 5 additions and 2 deletions

View File

@@ -281,6 +281,8 @@ void CConfigManager::setDefaultVars() {
configValues["xwayland:use_nearest_neighbor"].intValue = 1;
configValues["xwayland:force_zero_scaling"].intValue = 0;
configValues["opengl:nvidia_anti_flicker"].intValue = 1;
configValues["autogenerated"].intValue = 0;
}