We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817a3a9 commit 2ce2a36Copy full SHA for 2ce2a36
1 file changed
gfx/drivers/d3d12.c
@@ -1888,12 +1888,6 @@ static void d3d12_render_overlay(d3d12_video_t *d3d12)
1888
static void d3d12_set_hdr_max_nits(void* data, float max_nits)
1889
{
1890
d3d12_video_t *d3d12 = (d3d12_video_t*)data;
1891
- float old_nits = d3d12->hdr.max_output_nits;
1892
-
1893
- RARCH_DBG("[D3D12] set_hdr_max_nits: %.1f -> %.1f%s\n",
1894
- old_nits, max_nits,
1895
- (old_nits >= 300.0f && max_nits < 300.0f) ? " *** CROSSING BELOW 300 ***" : "");
1896
1897
d3d12->hdr.max_output_nits = max_nits;
1898
d3d12->hdr.ubo_values.max_nits = max_nits;
1899
0 commit comments