| Previous | 199869 Revisions | Next |
| r44511 Wednesday 27th January, 2016 at 05:56:44 UTC by Miodrag Milanović |
|---|
| fix error (nw) |
| [src/osd/modules/render/d3d] | d3dhlsl.cpp |
| r253022 | r253023 | |
|---|---|---|
| 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->defocus[ | |
| 1370 | if (options->phosphor[0] == 0.0f && options->defocus[0] == 0.0f && options->defocus[1] == 0.0f) | |
| 1371 | 1371 | { |
| 1372 | 1372 | return next_index; |
| 1373 | 1373 | } |
| https://github.com/mamedev/mame/commit/9425c141de76ef9ee178af80731110e228fa89bb |
| Previous | 199869 Revisions | Next |