Skip to content

Commit

Permalink
GS/OGL: Only paste all available extensions in dev/debug build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror authored and F0bes committed Oct 23, 2024
1 parent 1b50057 commit 22413b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 22413b8

Please sign in to comment.