Merge pull request #2873 from lakkatv/master

(XMB) Fix the ribbon with GLES
This commit is contained in:
Twinaphex 2016-04-17 21:58:57 +02:00
commit 25c2acb98d
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
static const char *stock_fragment_xmb =
"#ifdef GL_ES\n"
"precision mediump float;\n"
"#endif\n"
"uniform float time;\n"
"void main()\n"
"{\n"