Search found 2 matches

by amason
Mon Aug 03, 2015 5:18 am
Forum: General
Topic: Shaders
Replies: 92
Views: 1317659

Re: Shaders

ericbazinga wrote: Cool. I like this shader, the game looks less emulated when it's on. Looks great in landscape mode but not portrait.
Interesting. I've just started learning about GLSL shaders. It is probably something to do with the texture resolution calculations. I'll take a look at it.
by amason
Fri Jul 31, 2015 6:37 am
Forum: General
Topic: Shaders
Replies: 92
Views: 1317659

Re: Shaders

Hi all,

I've ported over a TV scanline shader from emulator-shaders .

Just unzip the two files into /Storage/DraStic/shaders/ and then access it via Options > Video > Filter

If you want to tweak the strength of the scanlines change the following code values

const float base_brightness = 0.95 ...