mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-13 07:00:47 -05: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