mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
[Android] Enable shader cache.
This commit is contained in:
@ -359,11 +359,7 @@ Renderer::Renderer()
|
|||||||
g_Config.backend_info.bSupportsPrimitiveRestart = true;
|
g_Config.backend_info.bSupportsPrimitiveRestart = true;
|
||||||
g_Config.backend_info.bSupportsEarlyZ = false;
|
g_Config.backend_info.bSupportsEarlyZ = false;
|
||||||
|
|
||||||
#ifdef ANDROID
|
|
||||||
g_ogl_config.bSupportsGLSLCache = false;
|
|
||||||
#else
|
|
||||||
g_ogl_config.bSupportsGLSLCache = true;
|
g_ogl_config.bSupportsGLSLCache = true;
|
||||||
#endif
|
|
||||||
g_ogl_config.bSupportsGLPinnedMemory = false;
|
g_ogl_config.bSupportsGLPinnedMemory = false;
|
||||||
g_ogl_config.bSupportsGLSync = true;
|
g_ogl_config.bSupportsGLSync = true;
|
||||||
g_ogl_config.bSupportsGLBaseVertex = false;
|
g_ogl_config.bSupportsGLBaseVertex = false;
|
||||||
|
Reference in New Issue
Block a user