mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(iOS) Fix warning
This commit is contained in:
parent
366d2d1879
commit
2fc75bb4c5
@ -73,7 +73,7 @@ void apple_start_iteration(void)
|
||||
if (iterate_observer)
|
||||
return;
|
||||
|
||||
iterate_observer = CFRunLoopObserverCreate(0, kCFRunLoopBeforeWaiting, true, 0, do_iteration, 0);
|
||||
iterate_observer = CFRunLoopObserverCreate(0, kCFRunLoopBeforeWaiting, true, 0, (CFRunLoopObserverCallBack)do_iteration, 0);
|
||||
CFRunLoopAddObserver(CFRunLoopGetMain(), iterate_observer, kCFRunLoopCommonModes);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user