From e84d77bf64d3c56c55a0f75870ecb6a861d40b2f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Nov 2015 15:37:43 +0100 Subject: [PATCH] (BBQNX) Cleanup --- gfx/drivers_context/bbqnx_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/bbqnx_ctx.c b/gfx/drivers_context/bbqnx_ctx.c index b9760c5384..85dae2cd99 100644 --- a/gfx/drivers_context/bbqnx_ctx.c +++ b/gfx/drivers_context/bbqnx_ctx.c @@ -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;