hdr: fix overrides and missing edid hdr metadata (#11476)

This commit is contained in:
UjinT34 2025-08-19 21:28:52 +03:00 committed by GitHub
parent 1a0ed00f74
commit 1d67987459
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View file

@ -245,9 +245,9 @@ class CMonitor {
bool supportsWideColor();
bool supportsHDR();
float minLuminance();
int maxLuminance();
int maxAvgLuminance();
float minLuminance(float defaultValue = 0);
int maxLuminance(int defaultValue = 80);
int maxAvgLuminance(int defaultValue = 80);
bool m_enabled = false;
bool m_renderingInitPassed = false;