(Cocoa/CocoaTouch) Comment this check out for Cocoa and CocoaTouch
This commit is contained in:
parent
4b7dcdc0a4
commit
c8ea62fe54
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue