1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Revert default HDR settings as it broke the stock shader with HDR (#13448)

This commit is contained in:
MajorPainTheCactus 2022-01-08 12:41:34 +00:00 committed by GitHub
parent 1a228a4e78
commit ddaf3bc6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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