GS/OGL: Only paste all available extensions in dev/debug build.

This commit is contained in:
lightningterror 2024-10-22 03:25:39 +02:00 committed by Ty
parent 1b50057764
commit 22413b8e7f
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ bool GSDeviceOGL::CheckFeatures(bool& buggy_pbo)
extensions.append(ext);
}
}
Console.WriteLn(std::move(extensions));
DevCon.WriteLn(std::move(extensions));
if (!GLAD_GL_ARB_shading_language_420pack)
{