RetroArch Pack
This commit is contained in:
7
system/dolphin-emu/Sys/Shaders/Passive/horizontal.glsl
Normal file
7
system/dolphin-emu/Sys/Shaders/Passive/horizontal.glsl
Normal file
@@ -0,0 +1,7 @@
|
||||
// Passive (horizontal rows) shader
|
||||
|
||||
void main()
|
||||
{
|
||||
float screen_row = GetWindowResolution().y * GetCoordinates().y;
|
||||
SetOutput(SampleLayer(int(screen_row) % 2));
|
||||
}
|
||||
Reference in New Issue
Block a user