Revert "(iOS/OSX) Only call CFRunLoopWakeUp if menu framebuffer is dirty or the menu"

This reverts commit 0146bf15db35be6d5914ed60c233037f26d3d3c4.
This commit is contained in:
Twinaphex 2015-03-07 17:54:29 +01:00
parent 0146bf15db
commit 2d0701b1f6

View File

@ -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