DerKoun / bsnes-hd

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

[Feature Reques] Texture Filtering Options #66

Open ghost opened 3 years ago

ghost commented 3 years ago

Like xrbz,hqx etc.

DerKoun commented 3 years ago

I assume you mean for the Mode 7 graphic, before it's transformed. That's on my to-do list. But it needs some other changes before I can implement it. (for the entire image there are shaders, but make sure to use a scale of 1x for most of them)

ghost commented 3 years ago

(for the entire image there are shaders, but make sure to use a scale of 1x for most of them)

I only find "blur" in the shaders menu,but I want to use xbrzx6 for the entire image.

DerKoun commented 3 years ago

Shaders require OpenGL video output. You can configure that in Settings/Drivers.

ghost commented 3 years ago

I already set OpenGL 3.2 as video driver,but I still can't see more shaders than blur.

DerKoun commented 3 years ago

When I select OpenGL and click Change I get all the shaders in the menu. What OS are you on?

ghost commented 3 years ago

image

DerKoun commented 3 years ago

I'd expect that to work, but I don't have a Linux system to test on. Maybe join the Discord. The Linux users there should be able to help you.

Kadagaden commented 3 years ago

@Toadfield I'm using Arch and had the same problem. The shaders are in /usr/share/bsnes folder, so I just copied the Shaders folder to ~/.config/bsnes-hd beta (or whatever it is called). Also, you need to use OpenGL (and no scaling), see #26