mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Fix a typo in mali_fbdev_ctx
This commit is contained in:
parent
809398b740
commit
a16ce4a146
@ -278,7 +278,7 @@ static gfx_ctx_proc_t gfx_ctx_mali_fbdev_get_proc_address(const char *symbol)
|
|||||||
{
|
{
|
||||||
#ifdef HAVE_EGL
|
#ifdef HAVE_EGL
|
||||||
return egl_get_proc_address(symbol);
|
return egl_get_proc_address(symbol);
|
||||||
#else
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gfx_ctx_mali_fbdev_bind_hw_render(void *data, bool enable)
|
static void gfx_ctx_mali_fbdev_bind_hw_render(void *data, bool enable)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user