RetroArch Pack
This commit is contained in:
5
system/dolphin-emu/Sys/Shaders/sunset.glsl
Normal file
5
system/dolphin-emu/Sys/Shaders/sunset.glsl
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
float4 c0 = Sample();
|
||||
SetOutput(float4(c0.r * 1.5, c0.g, c0.b * 0.5, c0.a));
|
||||
}
|
||||
Reference in New Issue
Block a user