mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
set ProgramShaderCache program format correctly.
This commit is contained in:

committed by
Sonicadvance1

parent
10666a9b87
commit
1a8005d948
@ -78,8 +78,6 @@ public:
|
||||
// No idea how necessary this is
|
||||
static GLenum SetProgramFormat()
|
||||
{
|
||||
if(!g_ActiveConfig.backend_info.bSupportsGLSLCache)
|
||||
return 0;
|
||||
GLint Supported;
|
||||
glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS, &Supported);
|
||||
|
||||
|
Reference in New Issue
Block a user