From 801956ff64182612392a57b23e04d12d893d1a5a Mon Sep 17 00:00:00 2001 From: ImJezze Date: Wed, 27 Jan 2016 09:02:06 +0100 Subject: Fixed skip of phosphor pass (nw) --- src/osd/modules/render/d3d/d3dhlsl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osd/modules/render/d3d/d3dhlsl.cpp') diff --git a/src/osd/modules/render/d3d/d3dhlsl.cpp b/src/osd/modules/render/d3d/d3dhlsl.cpp index 507553ccc14..43d6ec9bc48 100644 --- a/src/osd/modules/render/d3d/d3dhlsl.cpp +++ b/src/osd/modules/render/d3d/d3dhlsl.cpp @@ -1367,7 +1367,7 @@ int shaders::phosphor_pass(render_target *rt, cache_target *ct, int source_index int next_index = source_index; // skip phosphor if no influencing settings - if (options->phosphor[0] == 0.0f && options->defocus[0] == 0.0f && options->defocus[1] == 0.0f) + if (options->phosphor[0] == 0.0f && options->phosphor[1] == 0.0f && options->phosphor[2] == 0.0f) { return next_index; } -- cgit v1.2.3-70-g09d2