mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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)
|
||||
{
|
||||
#ifdef OSX
|
||||
CGLContextObj context = (CGLContextObj)g_context.CGLContextObj;
|
||||
if (context)
|
||||
CGLUpdateContext(context);
|
||||
[g_context update];
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user