mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
(CocoaTouch) Call rarch_main_data_iterate while companion UI is in foreground,
responds to button clicks now but with a delay
This commit is contained in:
parent
c65484fa83
commit
e59dc3a64a
@ -49,7 +49,10 @@ static void rarch_draw(CFRunLoopObserverRef observer,
|
|||||||
bool iterate = iterate_observer && !runloop->is_paused;
|
bool iterate = iterate_observer && !runloop->is_paused;
|
||||||
|
|
||||||
if (!iterate)
|
if (!iterate)
|
||||||
|
{
|
||||||
|
rarch_main_data_iterate();
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
ret = rarch_main_iterate();
|
ret = rarch_main_iterate();
|
||||||
rarch_main_data_iterate();
|
rarch_main_data_iterate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user