Skip to content
Permalink
Browse files
Merge pull request #9784 from PEmu2/master
Update buffer_storage warning message
  • Loading branch information
leoetlino committed Jun 13, 2021
2 parents 0cc1fc3 + 44206b7 commit 2898cf5
Showing 1 changed file with 1 addition and 2 deletions.
@@ -744,8 +744,7 @@ Renderer::Renderer(std::unique_ptr<GLContext> main_gl_context, float backbuffer_
OSD::AddMessage(fmt::format("Your OpenGL driver does not support {}_buffer_storage.",
m_main_gl_context->IsGLES() ? "EXT" : "ARB"),
60000);
OSD::AddMessage("This device's performance will be terrible.", 60000);
OSD::AddMessage("Please ask your device vendor for an updated OpenGL driver.", 60000);
OSD::AddMessage("This device's performance may be poor.", 60000);
}

WARN_LOG_FMT(VIDEO, "Missing OGL Extensions: {}{}{}{}{}{}{}{}{}{}{}{}{}{}",

0 comments on commit 2898cf5

Please sign in to comment.