mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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;
|
||||
|
||||
if (!iterate)
|
||||
{
|
||||
rarch_main_data_iterate();
|
||||
return;
|
||||
}
|
||||
|
||||
ret = rarch_main_iterate();
|
||||
rarch_main_data_iterate();
|
||||
|
Loading…
Reference in New Issue
Block a user