From c8ea62fe54e4d082515103613360a8edaf02a345 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Jul 2019 01:34:44 +0200 Subject: [PATCH] (Cocoa/CocoaTouch) Comment this check out for Cocoa and CocoaTouch --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index b47e75e0b1..722751dfa4 100644 --- a/retroarch.c +++ b/retroarch.c @@ -19360,7 +19360,7 @@ static enum runloop_state runloop_check_state( /* Should be called once per frame */ if (!appletMainLoop()) return RUNLOOP_STATE_QUIT; -#else +#elif !defined(HAVE_COCOA) && !defined(HAVE_COCOATOUCH) if (!video_driver_is_threaded_internal()) { const ui_application_t *application = ui_companion