1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Revert "Add check that glGetProgramBinary is available."

Revert wrong and useless change.

This reverts commit 42243d2620.
This commit is contained in:
Sergey Lipskiy 2015-10-12 20:11:59 +06:00
parent 0afa5c4c57
commit 98f5c05ccc

View File

@ -103,7 +103,6 @@ void CombinerInfo::init()
#endif
m_bShaderCacheSupported = config.generalEmulation.enableShadersStorage != 0 &&
OGLVideo::isExtensionSupported(GET_PROGRAM_BINARY_EXTENSION) &&
glGetProgramBinary != NULL &&
numBinaryFormats > 0;
m_shadersLoaded = 0;