mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Update emboss.glsl
This commit is contained in:
@ -16,7 +16,7 @@ void main()
|
||||
float blue = c0.b;
|
||||
float alpha = c0.a;
|
||||
|
||||
red = y2 + (1.0 - y);
|
||||
red = y2 + (1.0 - y);
|
||||
green = y2 + (1.0 - y);
|
||||
blue = y2 + (1.0 - y);
|
||||
|
||||
|
Reference in New Issue
Block a user