mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Don't include MoltenVK in Load Core menu list
This commit is contained in:
parent
ed29ba6b32
commit
119230e84b
@ -4381,6 +4381,13 @@ static unsigned menu_displaylist_parse_cores(
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef IOS
|
||||||
|
/* For various reasons on iOS/tvOS, MoltenVK shows up
|
||||||
|
* in the cores directory; exclude it here */
|
||||||
|
if (string_is_equal(path, "libMoltenVK.dylib"))
|
||||||
|
continue;
|
||||||
|
#endif
|
||||||
|
|
||||||
count++;
|
count++;
|
||||||
menu_entries_append(info->list, path, label,
|
menu_entries_append(info->list, path, label,
|
||||||
enum_idx,
|
enum_idx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user