mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Change these to numbers
This commit is contained in:
parent
8c3479f850
commit
85f093e042
@ -365,7 +365,7 @@ static bool cocoagl_gfx_ctx_set_video_mode(void *data,
|
||||
|
||||
g_format = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
|
||||
if (g_format == nil)
|
||||
{
|
||||
/* NSOpenGLFPAAllowOfflineRenderers is
|
||||
|
@ -456,7 +456,7 @@ static bool cocoagl_gfx_ctx_set_video_mode(void *data,
|
||||
|
||||
g_format = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
|
||||
if (g_format == nil)
|
||||
{
|
||||
/* NSOpenGLFPAAllowOfflineRenderers is
|
||||
|
Loading…
x
Reference in New Issue
Block a user