disable adaptive sync with no_vfr off

This commit is contained in:
vaxerski
2022-10-22 21:45:17 +01:00
parent 2995867760
commit 47eac4be1c
5 changed files with 41 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ public:
wl_output_transform transform = WL_OUTPUT_TRANSFORM_NORMAL;
bool dpmsStatus = true;
bool vrrActive = false; // this can be TRUE even if VRR is not active in the case that this display does not support it.
// mirroring
CMonitor* pMirrorOf = nullptr;