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 |
r253025 | r253026 | |
---|---|---|
1367 | 1367 | int next_index = source_index; |
1368 | 1368 | |
1369 | 1369 | // skip phosphor if no influencing settings |
1370 | if (options->phosphor[0] == 0.0f && options-> | |
1370 | if (options->phosphor[0] == 0.0f && options->phosphor[1] == 0.0f && options->phosphor[2] == 0.0f) | |
1371 | 1371 | { |
1372 | 1372 | return next_index; |
1373 | 1373 | } |
https://github.com/mamedev/mame/commit/1686fdd06ec9adadd851972d578f6e0d2c43eb86 |
Previous | 199869 Revisions | Next |