mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-05 22:01:59 -05:00
Missed a if, don't want people crashing now do we?
This commit is contained in:
committed by
Sonicadvance1
parent
9996f27120
commit
7c91476650
@@ -138,8 +138,8 @@ namespace OGL
|
||||
|
||||
glAttachShader(entry.program.glprogid, entry.program.psid);
|
||||
|
||||
|
||||
glProgramParameteri(entry.program.glprogid, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE);
|
||||
if (g_ActiveConfig.backend_info.bSupportsGLSLCache)
|
||||
glProgramParameteri(entry.program.glprogid, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE);
|
||||
|
||||
glLinkProgram(entry.program.glprogid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user