mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Apple) Comment out CFRunLoopWakeUp
This commit is contained in:
parent
d68903f417
commit
81ffa31441
@ -91,9 +91,10 @@ static void do_iteration(void)
|
||||
"ugly way" first because it is the most expedient and
|
||||
safe. Other eyeballs should decide if it isn't necessary.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
if ( ! g_extern.is_menu )
|
||||
CFRunLoopWakeUp(CFRunLoopGetMain());
|
||||
#endif
|
||||
}
|
||||
|
||||
void apple_start_iteration(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user