mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(OSX) Don't use CGLUpdateContext - only available since OSX 10.77
This commit is contained in:
parent
008c5c4cde
commit
6a743b5695
@ -73,9 +73,7 @@ static RAScreen* get_chosen_screen(void)
|
|||||||
static void apple_gfx_ctx_update(void)
|
static void apple_gfx_ctx_update(void)
|
||||||
{
|
{
|
||||||
#ifdef OSX
|
#ifdef OSX
|
||||||
CGLContextObj context = (CGLContextObj)g_context.CGLContextObj;
|
[g_context update];
|
||||||
if (context)
|
|
||||||
CGLUpdateContext(context);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user