Previous 199869 Revisions Next

r44514 Wednesday 27th January, 2016 at 12:51:08 UTC by Miodrag Milanović
Fix error by ImJezze (nw)
[src/osd/modules/render/d3d]d3dhlsl.cpp

trunk/src/osd/modules/render/d3d/d3dhlsl.cpp
r253025r253026
13671367   int next_index = source_index;
13681368
13691369   // skip phosphor if no influencing settings
1370   if (options->phosphor[0] == 0.0f && options->defocus[0] == 0.0f && options->defocus[1] == 0.0f)
1370   if (options->phosphor[0] == 0.0f && options->phosphor[1] == 0.0f && options->phosphor[2] == 0.0f)
13711371   {
13721372      return next_index;
13731373   }


Previous 199869 Revisions Next


© 1997-2024 The MAME Team