mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
(Apple) Fix pause hotkey locking up the app
This commit is contained in:
parent
ca9bfa18e4
commit
53f3555076
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user