Enable the shader cache on GLES3 now that the shaders compile fine on Mali and Adreno.
This commit is contained in:
parent
f786f0f0c6
commit
8db9b61be6
|
@ -350,7 +350,7 @@ Renderer::Renderer()
|
|||
g_Config.backend_info.bSupportsPrimitiveRestart = false;
|
||||
g_Config.backend_info.bSupportsEarlyZ = false;
|
||||
|
||||
g_ogl_config.bSupportsGLSLCache = false; // XXX: Reenable once shaders compile correctly
|
||||
g_ogl_config.bSupportsGLSLCache = true;
|
||||
g_ogl_config.bSupportsGLPinnedMemory = false;
|
||||
g_ogl_config.bSupportsGLSync = true;
|
||||
g_ogl_config.bSupportsGLBaseVertex = false;
|
||||
|
|
Loading…
Reference in New Issue