This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e6f93efac4
dolphin
/
Data
/
Sys
/
Shaders
/
invert_blue.glsl
5 lines
67 B
GLSL
Raw
Blame
History
void
main
(
)
{
SetOutput
(
float4
(
0.0
,
0.0
,
0.7
,
1.0
)
-
Sample
(
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink