mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(CGL) Implement bind_api function
This commit is contained in:
parent
a72cc4bfc9
commit
36c2786864
@ -168,7 +168,7 @@ static bool gfx_ctx_cgl_bind_api(void *data, enum gfx_ctx_api api,
|
||||
(void)major;
|
||||
(void)minor;
|
||||
|
||||
return true;
|
||||
return api == GFX_CTX_OPENGL_API;
|
||||
}
|
||||
|
||||
static void gfx_ctx_cgl_show_mouse(void *data, bool state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user