mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(opendingux_fbdev_ctx.c) Another ifdef
This commit is contained in:
parent
f3cc1a9b59
commit
efb1c88215
@ -190,7 +190,9 @@ static bool gfx_ctx_opendingux_set_video_mode(void *data,
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
#ifdef HAVE_EGL
|
||||||
RARCH_ERR("[opendingux fbdev]: EGL error: %d.\n", eglGetError());
|
RARCH_ERR("[opendingux fbdev]: EGL error: %d.\n", eglGetError());
|
||||||
|
#endif
|
||||||
gfx_ctx_opendingux_destroy(data);
|
gfx_ctx_opendingux_destroy(data);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user