mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
87d99601f6
In gfx/drivers_context/vc_egl_ctx.c, move gfx_ctx_vc_bind_api declaration to before it's called by any other function, otherwise it warns about "warning: implicit declaration of function" and can error out with "error: conflicting types for 'gfx_ctx_vc_bind_api'" in certain cases.