From 4dcbd3e383ce971e8f273c9f2c8aff5b49ce7464 Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Sun, 23 May 2021 08:33:14 -1000 Subject: [PATCH] [iOS/tvOS] Disable core info caching for iOS --- menu/cbs/menu_cbs_ok.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 1b48e304ab..bf5b50d46a 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -2446,8 +2446,9 @@ static int action_ok_playlist_entry_collection(const char *path, } else { +#ifndef IOS core_info = playlist_entry_get_core_info(entry); - +#endif if (core_info && !string_is_empty(core_info->path)) strlcpy(core_path, core_info->path, sizeof(core_path)); else