mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00:00
Removes the README.txt file in favour of a new wiki page I'm going to generate.
5 lines
43 B
GLSL
5 lines
43 B
GLSL
void main()
|
|
{
|
|
SetOutput(Sample().bgra);
|
|
}
|