add 10bit support to displays

This commit is contained in:
vaxerski
2022-10-27 13:26:47 +01:00
parent 28c81fc71e
commit 7d6ccca695
5 changed files with 34 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ public:
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.
bool enabled10bit = false; // as above, this can be TRUE even if 10 bit failed.
// mirroring
CMonitor* pMirrorOf = nullptr;