From efb1c88215f2e1ab5b7833fdf4cd8ebebed9f9fe Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 1 Mar 2016 22:23:40 +0100 Subject: [PATCH] (opendingux_fbdev_ctx.c) Another ifdef --- gfx/drivers_context/opendingux_fbdev_ctx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/drivers_context/opendingux_fbdev_ctx.c b/gfx/drivers_context/opendingux_fbdev_ctx.c index 405e0d7b28..ac86af6c34 100644 --- a/gfx/drivers_context/opendingux_fbdev_ctx.c +++ b/gfx/drivers_context/opendingux_fbdev_ctx.c @@ -190,7 +190,9 @@ static bool gfx_ctx_opendingux_set_video_mode(void *data, return true; error: +#ifdef HAVE_EGL RARCH_ERR("[opendingux fbdev]: EGL error: %d.\n", eglGetError()); +#endif gfx_ctx_opendingux_destroy(data); return false; }