mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +00:00
Init threads in X/EGL.
This commit is contained in:
parent
076f7ea22e
commit
bd4b22835c
@ -180,6 +180,8 @@ static bool gfx_ctx_init(void)
|
||||
if (g_inited)
|
||||
return false;
|
||||
|
||||
XInitThreads();
|
||||
|
||||
#define EGL_ATTRIBS_BASE \
|
||||
EGL_SURFACE_TYPE, EGL_WINDOW_BIT, \
|
||||
EGL_RED_SIZE, 0, \
|
||||
|
Loading…
Reference in New Issue
Block a user