mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-02-12 05:56:12 -06:00
RetroArch Pack
This commit is contained in:
4
system/dolphin-emu/Sys/Shaders/acidtrip.glsl
Normal file
4
system/dolphin-emu/Sys/Shaders/acidtrip.glsl
Normal file
@@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
SetOutput((SampleOffset(int2(1, 1)) - SampleOffset(int2(-1, -1))) * 8.0);
|
||||
}
|
||||
Reference in New Issue
Block a user