mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
[iOS/tvOS] Disable core info caching for iOS
This commit is contained in:
parent
b48ab663b0
commit
4dcbd3e383
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user