From 53f3555076348a346c4eaf43aa2f0a7b9f32cad9 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 29 Sep 2014 21:50:27 +0200 Subject: [PATCH] (Apple) Fix pause hotkey locking up the app --- frontend/platform/platform_apple.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/platform/platform_apple.c b/frontend/platform/platform_apple.c index 9ff7f520d2..cabefc3fa4 100644 --- a/frontend/platform/platform_apple.c +++ b/frontend/platform/platform_apple.c @@ -28,9 +28,6 @@ static CFRunLoopObserverRef iterate_observer; static void do_iteration(void) { - if (!(g_extern.main_is_init && !g_extern.is_paused)) - return; - if (main_entry_decide(0, NULL, NULL)) { main_exit(NULL);