(Cocoa/CocoaTouch) Comment this check out for Cocoa and CocoaTouch

This commit is contained in:
twinaphex 2019-07-11 01:34:44 +02:00
parent 4b7dcdc0a4
commit c8ea62fe54
1 changed files with 1 additions and 1 deletions

View File

@ -19360,7 +19360,7 @@ static enum runloop_state runloop_check_state(
/* Should be called once per frame */ /* Should be called once per frame */
if (!appletMainLoop()) if (!appletMainLoop())
return RUNLOOP_STATE_QUIT; return RUNLOOP_STATE_QUIT;
#else #elif !defined(HAVE_COCOA) && !defined(HAVE_COCOATOUCH)
if (!video_driver_is_threaded_internal()) if (!video_driver_is_threaded_internal())
{ {
const ui_application_t *application = ui_companion const ui_application_t *application = ui_companion