mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
opendingux: Properly close #ifdef macro
This commit is contained in:
parent
3bd4739cee
commit
5a5a54ef91
@ -255,7 +255,7 @@ static gfx_ctx_proc_t gfx_ctx_opendingux_get_proc_address(const char *symbol)
|
||||
{
|
||||
#ifdef HAVE_EGL
|
||||
return egl_get_proc_address(symbol);
|
||||
#else
|
||||
#endif
|
||||
}
|
||||
|
||||
static void gfx_ctx_opendingux_bind_hw_render(void *data, bool enable)
|
||||
|
Loading…
x
Reference in New Issue
Block a user