Matsilagi / RSRetroArch

(Curated) Repository of RetroArch and related ports for ReShade
197 stars 17 forks source link

Newpixie missing shadow mask #8

Open mtmrc opened 1 year ago

mtmrc commented 1 year ago

Looking at the shader code from RetroArch is seems you replaced gl_FragCoord with just uv_tx instead of uv_tx*ScreenSize.

Also ghosting effect seems much stronger, but I personally comment it out so I didn't look into it.

vanfanel commented 8 months ago

I can confirm what @mtmrc said. I did a PR that will fix this: https://github.com/Matsilagi/RSRetroArch/pull/19