mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Change paper white default to 203 to match the ITU
This commit is contained in:
parent
87c27936fc
commit
a8fd938a06
3 changed files with 5 additions and 4 deletions
|
@ -142,8 +142,9 @@ struct VideoConfig final
|
|||
float fSDRDisplayCustomGamma = 2.2f;
|
||||
|
||||
// HDR:
|
||||
// 200 is a good default value that matches the brightness of many SDR screens
|
||||
float fHDRPaperWhiteNits = 200.f;
|
||||
// 203 is a good default value that matches the brightness of many SDR screens.
|
||||
// It's also the value recommended by the ITU.
|
||||
float fHDRPaperWhiteNits = 203.f;
|
||||
} color_correction;
|
||||
|
||||
// Information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue