Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Enable shader cache.
  • Loading branch information
Sonicadvance1 committed Dec 28, 2013
1 parent c8cdc81 commit 935e1fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Core/VideoBackends/OGL/Src/Render.cpp
Expand Up @@ -359,11 +359,7 @@ Renderer::Renderer()
g_Config.backend_info.bSupportsPrimitiveRestart = true;
g_Config.backend_info.bSupportsEarlyZ = false;

#ifdef ANDROID
g_ogl_config.bSupportsGLSLCache = false;
#else
g_ogl_config.bSupportsGLSLCache = true;
#endif
g_ogl_config.bSupportsGLPinnedMemory = false;
g_ogl_config.bSupportsGLSync = true;
g_ogl_config.bSupportsGLBaseVertex = false;
Expand Down

0 comments on commit 935e1fd

Please sign in to comment.