mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
DriverDetails: remove BUG_BROKENINFOLOG leftovers
It was removed in 9618738278
.
This commit is contained in:
parent
c04358fbe2
commit
bc38892db7
2 changed files with 0 additions and 4 deletions
|
@ -353,9 +353,6 @@ GLuint ProgramShaderCache::CompileSingleShader(GLuint type, const char* code)
|
|||
GLsizei length = 0;
|
||||
glGetShaderiv(result, GL_INFO_LOG_LENGTH, &length);
|
||||
|
||||
if (DriverDetails::HasBug(DriverDetails::BUG_BROKENINFOLOG))
|
||||
length = 1024;
|
||||
|
||||
if (compileStatus != GL_TRUE || (length > 1 && DEBUG_GLSL))
|
||||
{
|
||||
GLsizei charsWritten;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue