mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Apple) Fixup one ifdef
This commit is contained in:
parent
e83aabfd5a
commit
c07d6ebc32
@ -80,7 +80,7 @@ static RAScreen* get_chosen_screen(void)
|
||||
static void apple_gfx_ctx_update(void)
|
||||
{
|
||||
#ifdef OSX
|
||||
#ifdef MAC_OS_X_VERSION_10_7 && !defined(HAVE_NSOPENGL)
|
||||
#if MAC_OS_X_VERSION_10_7 && !defined(HAVE_NSOPENGL)
|
||||
CGLUpdateContext(g_context.CGLContextObj);
|
||||
#else
|
||||
[g_context update];
|
||||
|
Loading…
x
Reference in New Issue
Block a user