mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Apple) Fix do_iteration
This commit is contained in:
parent
4569b4f32c
commit
6a9b37e8fd
@ -31,7 +31,7 @@ static void do_iteration(void)
|
||||
if (!(g_extern.main_is_init && !g_extern.is_paused))
|
||||
return;
|
||||
|
||||
if (frontend_loop && frontend_loop(0, NULL, NULL))
|
||||
if (!frontend_loop || (frontend_loop && frontend_loop(0, NULL, NULL)))
|
||||
{
|
||||
main_exit(NULL);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user