mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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)
|
static void do_iteration(void)
|
||||||
{
|
{
|
||||||
if (!(g_extern.main_is_init && !g_extern.is_paused))
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (main_entry_decide(0, NULL, NULL))
|
if (main_entry_decide(0, NULL, NULL))
|
||||||
{
|
{
|
||||||
main_exit(NULL);
|
main_exit(NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user