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