mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 09:41:15 +00:00
Merge pull request #2873 from lakkatv/master
(XMB) Fix the ribbon with GLES
This commit is contained in:
commit
25c2acb98d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user