Batocera.PLUS-bios/dolphin-emu/Sys/Shaders/brighten.glsl

5 lines
43 B
Plaintext
Raw Normal View History

2021-08-22 20:02:14 +00:00
void main()
{
SetOutput(Sample()* 3.0);
}