mirror of
https://github.com/libretro/RetroArch
synced 2025-03-12 22:14:30 +00:00
tvOS: check task queue more aggressively (#17227)
This commit is contained in:
parent
f9faa9974a
commit
14a0c186f3
@ -163,6 +163,8 @@ static void rarch_draw_observer(CFRunLoopObserverRef observer,
|
||||
return;
|
||||
}
|
||||
|
||||
task_queue_check();
|
||||
|
||||
runloop_flags = runloop_get_flags();
|
||||
if (!(runloop_flags & RUNLOOP_FLAG_IDLE))
|
||||
CFRunLoopWakeUp(CFRunLoopGetMain());
|
||||
|
Loading…
x
Reference in New Issue
Block a user