* Add ReShade port of CRT-Guest-NTSC
* Reformat CRT-Guest-NTSC
* Organise CRT-Guest-NTSC shader params into categories
* Adapt CRT-Guest-NTSC to Duckstation
- The shader is now native resolution based
- Native height triggered fake interlace/hi-res mode works
- The scaling of all effects (vignette, border, blur, etc.) now work
mostly correctly with all window/viewport sizes and scaling modes
* Further clean up of CRT-Guest-NTSC
* Fix uneven scanline sampling bug in CRT-Guest-NTSC
The bug only manifested at specific window sizes
* Use drop-down controls in CRT-Guest-NTSC
---------
Co-authored-by: HelelSingh <96559140+HelelSingh@users.noreply.github.com>
Co-authored-by: John Novak <john@johnovak.net>
- A new port of crt-royale. More faithful to original. It uses the same mask textures.
- The only thing not ported is the original geometry pass. It was replaced by geom curvature code.
- It's configured for 1080p displays. 4k displays need to adjust param mask_triad_size_desired from 3.0 to 4.0.
OBS: It's up to you decide if the two versions should be maintained.
Fixes misaligned UI. For future reference: game does a multiply by 4096,
then a right shift of 12, which should give back the same value, but
with it being implemented in PGXP-CPU with a divide that does not round
down, it ends up being off by one.
Rounding down loses precision in other games, so that's not an option.
- Add geom-overlay.fx shader + psx.jpg texture;
- Add crt-consumer.fx and delete crt-consumer.glsl;
- Fix corner parameters from crt-geom.fx and geom.fx;
- Fix coords from super-xbr. Now it works with more aspect ratio options.
* Fix crt-cyclon and update others
- Fix some crt-cyclon parameters;
- Update bicubic and lanczos3.
* Update crt-geom.fx and geom.fx
- Added image center X and Y to crt-geom.fx and geom.fx.
- Add crt-consumer.glsl;
- Add crt-cyclon.fx and its bezel.png texture;
- Fix crt-newpixie.fx Frame adjust to game's aspect ratio;
- Update others shaders to the new functions to get uniform values.