mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-22 11:18:45 -05:00
Enable the shader cache on GLES3 now that the shaders compile fine on Mali and Adreno.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user