mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(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 */
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user