mirror of https://github.com/PCSX2/pcsx2.git
GS/OGL: Only paste all available extensions in dev/debug build.
This commit is contained in:
parent
1b50057764
commit
22413b8e7f
|
@ -660,7 +660,7 @@ bool GSDeviceOGL::CheckFeatures(bool& buggy_pbo)
|
||||||
extensions.append(ext);
|
extensions.append(ext);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Console.WriteLn(std::move(extensions));
|
DevCon.WriteLn(std::move(extensions));
|
||||||
|
|
||||||
if (!GLAD_GL_ARB_shading_language_420pack)
|
if (!GLAD_GL_ARB_shading_language_420pack)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue