mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Added call to GlewInit() under *nix, should fix cairo display crashes.
This commit is contained in:
parent
b317b2feda
commit
e24027eccb
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ void OpenGL::Init()
|
|||
#include "GLProcTable.tbl"
|
||||
#undef OPENGL_PROC
|
||||
#undef OPENGL_PROC2
|
||||
#elif __UNIX__
|
||||
glewExperimental = true;
|
||||
glewInit();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue