(BBQNX) Cleanup

This commit is contained in:
twinaphex 2015-11-19 15:37:43 +01:00
parent 774542fc62
commit e84d77bf64

View File

@ -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,
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)
goto error;