(Apple) Fix pause hotkey locking up the app

This commit is contained in:
Twinaphex 2014-09-29 21:50:27 +02:00
parent ca9bfa18e4
commit 53f3555076

View File

@ -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);