mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Revert "(iOS/OSX) Only call CFRunLoopWakeUp if menu framebuffer is dirty or the menu"
This reverts commit 0146bf15db35be6d5914ed60c233037f26d3d3c4.
This commit is contained in:
parent
0146bf15db
commit
2d0701b1f6
@ -74,9 +74,6 @@ static void do_iteration(CFRunLoopObserverRef observer, CFRunLoopActivity activi
|
||||
if (ret == -1)
|
||||
return;
|
||||
|
||||
if ( g_runloop.frames.video.current.menu.framebuf_dirty
|
||||
|| g_runloop.frames.video.current.menu.is_animated
|
||||
)
|
||||
CFRunLoopWakeUp(CFRunLoopGetMain());
|
||||
|
||||
/* TODO/FIXME
|
||||
|
Loading…
x
Reference in New Issue
Block a user