mirror of
https://github.com/libretro/RetroArch
synced 2025-02-23 06:41:04 +00:00
(BBQNX) Cleanup
This commit is contained in:
parent
774542fc62
commit
e84d77bf64
@ -132,7 +132,7 @@ static bool gfx_ctx_qnx_init(void *data)
|
|||||||
{
|
{
|
||||||
g_egl_hw_ctx = eglCreateContext(g_egl_dpy, g_egl_config, g_egl_ctx,
|
g_egl_hw_ctx = eglCreateContext(g_egl_dpy, g_egl_config, g_egl_ctx,
|
||||||
context_attributes);
|
context_attributes);
|
||||||
RARCH_LOG("[Android/EGL]: Created shared context: %p.\n", (void*)g_egl_hw_ctx);
|
RARCH_LOG("[BLACKBERRY QNX/EGL]: Created shared context: %p.\n", (void*)g_egl_hw_ctx);
|
||||||
|
|
||||||
if (g_egl_hw_ctx == EGL_NO_CONTEXT)
|
if (g_egl_hw_ctx == EGL_NO_CONTEXT)
|
||||||
goto error;
|
goto error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user