mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
OGL: Get rid of error macros
This commit is contained in:
@ -357,7 +357,7 @@ GLuint ProgramShaderCache::CompileSingleShader(GLuint type, const char* code)
|
||||
glDeleteShader(result);
|
||||
return 0;
|
||||
}
|
||||
(void)GL_REPORT_ERROR();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user