mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
gfx_ctx_drm_egl_bind_api - return false at the end
This commit is contained in:
parent
dc10606b23
commit
ff398fe6c8
@ -935,6 +935,8 @@ static bool gfx_ctx_drm_egl_bind_api(void *data,
|
|||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gfx_ctx_drm_egl_bind_hw_render(void *data, bool enable)
|
static void gfx_ctx_drm_egl_bind_hw_render(void *data, bool enable)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user