mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
iOS 9 build fix (#16056)
This commit is contained in:
parent
ea87495a4e
commit
285f800c2e
1 changed files with 2 additions and 0 deletions
|
@ -579,6 +579,7 @@ enum
|
|||
if (!ui_companion_start_on_boot)
|
||||
[self showGameView];
|
||||
|
||||
#ifdef HAVE_CLOUDSYNC
|
||||
if (self.bgDate)
|
||||
{
|
||||
if ( [[NSDate date] timeIntervalSinceDate:self.bgDate] > 60.0f
|
||||
|
@ -587,6 +588,7 @@ enum
|
|||
task_push_cloud_sync();
|
||||
self.bgDate = nil;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
-(BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options {
|
||||
|
|
Loading…
Add table
Reference in a new issue