diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-08-18 00:20:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-18 00:20:08 +0200 |
| commit | 1854ff01422a69bde7b2267e9ed4fc69c30ee37a (patch) | |
| tree | 6670e28d503b8cde71c98c1f7bbf5ce7af178f2a /Source/Core | |
| parent | ecf5870a91b25cb11f124fe72098ff27071bac7b (diff) | |
| parent | bfb90b7eeca2b4991f8ff2cf778090cabb84a481 (diff) | |
Merge pull request #12003 from Filoppi/auto_hdr
Add AutoHDR post process shader
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Config/GraphicsSettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/Config/GraphicsSettings.h b/Source/Core/Core/Config/GraphicsSettings.h index e24d47a39b..009b219136 100644 --- a/Source/Core/Core/Config/GraphicsSettings.h +++ b/Source/Core/Core/Config/GraphicsSettings.h @@ -117,7 +117,7 @@ static constexpr float GFX_CC_DISPLAY_GAMMA_MIN = 2.2f; static constexpr float GFX_CC_DISPLAY_GAMMA_MAX = 2.4f; static constexpr float GFX_CC_HDR_PAPER_WHITE_NITS_MIN = 80.f; -static constexpr float GFX_CC_HDR_PAPER_WHITE_NITS_MAX = 400.f; +static constexpr float GFX_CC_HDR_PAPER_WHITE_NITS_MAX = 500.f; extern const Info<bool> GFX_CC_CORRECT_COLOR_SPACE; extern const Info<ColorCorrectionRegion> GFX_CC_GAME_COLOR_SPACE; |
