Skip to content
Snippets Groups Projects
Commit 8d39c3db authored by deuce's avatar deuce
Browse files

Apparently, overlay has issues. No longer default for OS X.

parent 4e11a66b
No related branches found
No related tags found
No related merge requests found
......@@ -285,9 +285,6 @@ CIOLIBEXPORT int CIOLIBCALL initciolib(int mode)
switch(mode) {
case CIOLIB_MODE_AUTO:
#if defined(WITH_SDL) || defined(WITH_SDL_AUDIO)
#if (defined(__MACH__) && defined(__APPLE__))
if(!try_sdl_init(CIOLIB_MODE_SDL_YUV))
#endif
if(!try_sdl_init(CIOLIB_MODE_SDL))
#endif
#ifdef _WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment