mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
More "stuff" for SS, also a small fix in the program shader cache cache setup."
This commit is contained in:

committed by
Sonicadvance1

parent
71f6b1eec6
commit
eb7a0c485a
@ -78,6 +78,8 @@ 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