1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-02 19:13:34 +00:00

(Video context driver) gfx_ctx_apple should become gfx_ctx_cocoa

This commit is contained in:
twinaphex 2015-04-19 17:27:51 +02:00
parent 425783672e
commit 8818eb8cca

@ -59,8 +59,7 @@ static const gfx_ctx_driver_t *gfx_ctx_drivers[] = {
#if defined(__QNX__) #if defined(__QNX__)
&gfx_ctx_bbqnx, &gfx_ctx_bbqnx,
#endif #endif
#if defined(IOS) || defined(OSX) #if defined(HAVE_COCOA) || defined(HAVE_COCOATOUCH)
/* Don't use __APPLE__ as it breaks basic SDL builds. */
&gfx_ctx_apple, &gfx_ctx_apple,
#endif #endif
#if (defined(HAVE_SDL) || defined(HAVE_SDL2)) && defined(HAVE_OPENGL) #if (defined(HAVE_SDL) || defined(HAVE_SDL2)) && defined(HAVE_OPENGL)