1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-28 22:13:51 +00:00

iOS 9 build fix ()

This commit is contained in:
Eric Warmenhoven 2023-12-28 16:03:47 -05:00 committed by GitHub
parent ea87495a4e
commit 285f800c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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