From cf91d006b3091a20a79eabffab586ae807dbef4d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 31 May 2016 05:16:35 +0200 Subject: [PATCH] BB10 starts again --- gfx/drivers_context/bbqnx_ctx.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gfx/drivers_context/bbqnx_ctx.c b/gfx/drivers_context/bbqnx_ctx.c index c9b5dca2ab..f9ef8b8615 100644 --- a/gfx/drivers_context/bbqnx_ctx.c +++ b/gfx/drivers_context/bbqnx_ctx.c @@ -120,12 +120,6 @@ static void *gfx_ctx_qnx_init(void *video_driver) usage = SCREEN_USAGE_OPENGL_ES2 | SCREEN_USAGE_ROTATION; #ifdef HAVE_EGL - if (!eglBindAPI(EGL_OPENGL_ES_API)) - { - RARCH_ERR("eglBindAPI failed.\n"); - goto error; - } - if (!egl_init_context(&qnx->egl, EGL_DEFAULT_DISPLAY, &major, &minor, &n, attribs)) {