mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
OGL: disable driver warnings fetch
This did give a decent slowdown on some drivers.
This commit is contained in:
parent
9465a877f8
commit
1ed41672f5
3 changed files with 28 additions and 12 deletions
|
@ -31,6 +31,7 @@ struct VideoConfig
|
|||
bool bSupportOGL31;
|
||||
bool bSupportViewportFloat;
|
||||
bool bSupportsAEP;
|
||||
bool bSupportsDebug;
|
||||
|
||||
const char* gl_vendor;
|
||||
const char* gl_renderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue