We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af77ba commit 554b280Copy full SHA for 554b280
Source/HDRController/HDRController/HDRController.cpp
@@ -264,8 +264,8 @@ static bool GetHDRStatus(UINT32 uid)
264
// For HDR screens means HDR is on
265
// For SDR screens means ACM (Automatic Color Management, Win 11 >= 22H2) is on
266
267
- //if (getColorInfo.advancedColorSupported && !getColorInfo.wideColorEnforced)
268
- // hdrSupported = true;
+ if (getColorInfo.advancedColorSupported && !getColorInfo.wideColorEnforced)
+ hdrSupported = true;
269
270
if (hdrSupported && getColorInfo.advancedColorEnabled)
271
hdrEnabled = true;
0 commit comments