From ddaf3bc6cf4b865700839ce61f39f4ca8a08e587 Mon Sep 17 00:00:00 2001 From: MajorPainTheCactus <89490246+MajorPainTheCactus@users.noreply.github.com> Date: Sat, 8 Jan 2022 12:41:34 +0000 Subject: [PATCH] Revert default HDR settings as it broke the stock shader with HDR (#13448) --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 3f3f641d1f..9cc425ae56 100644 --- a/config.def.h +++ b/config.def.h @@ -425,10 +425,10 @@ #define DEFAULT_VIDEO_HDR_ENABLE false /* The maximum nunmber of nits the actual display can show - needs to be calibrated */ -#define DEFAULT_VIDEO_HDR_MAX_NITS 700.0f +#define DEFAULT_VIDEO_HDR_MAX_NITS 1000.0f /* The number of nits that paper white is at */ -#define DEFAULT_VIDEO_HDR_PAPER_WHITE_NITS 400.0f +#define DEFAULT_VIDEO_HDR_PAPER_WHITE_NITS 200.0f /* The contrast setting for hdr used to calculate the display gamma by dividing this value by gamma 2.2 */ #define DEFAULT_VIDEO_HDR_CONTRAST 5.0f