From 3fa3969c9bd2fb7026bf481de8b46bad1bf8ec2c Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Sat, 20 Jun 2020 15:42:50 +0200 Subject: -bgfx: Corrected hlsl.json to apply the intended screen tint. [Ryan Holtz] --- bgfx/chains/hlsl.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bgfx') diff --git a/bgfx/chains/hlsl.json b/bgfx/chains/hlsl.json index 4bf753557fa..5af4ca79f95 100644 --- a/bgfx/chains/hlsl.json +++ b/bgfx/chains/hlsl.json @@ -204,6 +204,7 @@ "input": [ { "sampler": "s_tex", "texture": "screen" } ], + "applytint": true, "output": "ntsc" }, { @@ -348,6 +349,7 @@ "input": [ { "sampler": "s_tex", "texture": "screen" } ], + "applytint": true, "output": "guest" }, { "effect": "hlsl/color", -- cgit v1.2.3-70-g09d2