RetroArch Pack
This commit is contained in:
4
system/dolphin-emu/Sys/Shaders/invert.glsl
Normal file
4
system/dolphin-emu/Sys/Shaders/invert.glsl
Normal file
@@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
|
||||
}
|
||||
Reference in New Issue
Block a user