Dolphin : Update

This commit is contained in:
Abdessamad DERRAZ
2021-10-17 20:34:00 +02:00
parent 7f0f5c7aa6
commit 86a6843a3b
1525 changed files with 34524 additions and 36227 deletions

View File

@@ -1,7 +1,7 @@
// Passive (horizontal rows) shader
void main()
{
float screen_row = GetWindowResolution().y * GetCoordinates().y;
SetOutput(SampleLayer(int(screen_row) % 2));
}
// Passive (horizontal rows) shader
void main()
{
float screen_row = GetWindowResolution().y * GetCoordinates().y;
SetOutput(SampleLayer(int(screen_row) % 2));
}