GS-ogl: Remove extra DSA log.

There is already a log that checks the extension itself.
This commit is contained in:
lightningterror 2022-12-17 02:49:29 +01:00
parent 07c09f255d
commit e233f1dded
1 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,6 @@ namespace Emulate_DSA
// Replace function pointer to emulate DSA behavior
void Init()
{
Console.Warning("DSA is not supported. Expect slower performance");
glBindTextureUnit = BindTextureUnit;
glCreateTextures = CreateTexture;
glTextureStorage2D = TextureStorage;
@ -193,7 +192,7 @@ namespace GLLoader
{
glScissorIndexed = ReplaceGL::ScissorIndexed;
glViewportIndexedf = ReplaceGL::ViewportIndexedf;
Console.Warning("GL_ARB_viewport_array is not supported! Function pointer will be replaced");
Console.Warning("GL_ARB_viewport_array is not supported! Function pointer will be replaced.");
}
if (!GLAD_GL_ARB_texture_barrier)