mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 12:28:34 -06:00
Added call to GlewInit() under *nix, should fix cairo display crashes.
This commit is contained in:
parent
b317b2feda
commit
e24027eccb
@ -39,6 +39,9 @@ void OpenGL::Init()
|
||||
#include "GLProcTable.tbl"
|
||||
#undef OPENGL_PROC
|
||||
#undef OPENGL_PROC2
|
||||
#elif __UNIX__
|
||||
glewExperimental = true;
|
||||
glewInit();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user