mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12: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"
|
#include "GLProcTable.tbl"
|
||||||
#undef OPENGL_PROC
|
#undef OPENGL_PROC
|
||||||
#undef OPENGL_PROC2
|
#undef OPENGL_PROC2
|
||||||
|
#elif __UNIX__
|
||||||
|
glewExperimental = true;
|
||||||
|
glewInit();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue