summaryrefslogtreecommitdiffstatshomepage
path: root/ini/presets/gameboy.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "New phosphor persistence shaders for HLSL" R. Belmont2017-01-051-2/+1
|
* Add LCD ghosting shader for Direct3D Westley M. Martinez2017-01-021-1/+2
| | | | | | | | | | | | | | | | | hlsl/ghosting.fx: Add LCD ghosting shader hlsl/phosphor.fx: Remove LCD logic ini/presets/gameboy.ini, ini/presets/gba.ini, ini/presets/lcd-matrix.ini, ini/presets/lcd.ini, ini/presets/raster.ini, ini/presets/vector.ini: Update presets src/osd/modules/render/d3d/d3dhlsl.cpp, src/osd/modules/render/d3d/d3dhlsl.h: Add LCD shader and sliders. Allow sliders to be adjusted for R, G, and B components. src/osd/windows/winmain.cpp, src/osd/windows/winmain.h: Add LCD ghosting options.# Please enter the commit message for your changes. Lines starting
* Update presets for new persistence shaders. Westley M. Martinez2016-12-291-1/+1
|
* Fixed half texel offset of 'source' shadow mask tile mode ImJezze2016-05-051-2/+2
|
* Refactored distortion pass ImJezze2016-04-191-1/+3
| | | | | | - separated curvature parameter into distortion, cubic_distortion and distort_corner - distortion and cubic_distortion can be negative, to compensate each other - distort_corner is intependent from the image distortion
* Moved presets to subfolder (nw) ImJezze2016-03-281-0/+53
- added lcd-matrix.ini and vector-mono.ini