mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 19:14:56 +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;
|
||||
|
||||
error:
|
||||
#ifdef HAVE_EGL
|
||||
RARCH_ERR("[opendingux fbdev]: EGL error: %d.\n", eglGetError());
|
||||
#endif
|
||||
gfx_ctx_opendingux_destroy(data);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user