mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +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
|
else
|
||||||
{
|
{
|
||||||
|
#ifndef IOS
|
||||||
core_info = playlist_entry_get_core_info(entry);
|
core_info = playlist_entry_get_core_info(entry);
|
||||||
|
#endif
|
||||||
if (core_info && !string_is_empty(core_info->path))
|
if (core_info && !string_is_empty(core_info->path))
|
||||||
strlcpy(core_path, core_info->path, sizeof(core_path));
|
strlcpy(core_path, core_info->path, sizeof(core_path));
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user