DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
624 stars 35 forks source link

RetroArch Shader Support #95

Closed IndianaRoy closed 3 years ago

IndianaRoy commented 3 years ago

Hi, I've been trying to use shaders like xbrz and mmpx with the core but they do nothing while working without issue on the non HD bsnes

DerKoun commented 3 years ago

Fox pixel-art shaders you have to set the "scale" setting to "1x". Otherwise the shaders get input that is already NN scaled and they can't work with that.

IndianaRoy commented 3 years ago

It's using the slang preset xbrz-freescale-multipass.slangp with scales at 1x

retroarch 2021-06-26 17-34-24

DerKoun commented 3 years ago

I mean "scale" in the core settings

DerKoun commented 3 years ago

I'll close this, as there is no need for change. I can explain further, but preferably on Discord.

IndianaRoy commented 3 years ago

Thanks