mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 21:49:42 +00:00
Restore missing 'Cache Core Info Files' menu entry (#13487)
This commit is contained in:
parent
4fa1443c71
commit
209b3b76b3
@ -10006,7 +10006,7 @@ static bool setting_append_list(
|
||||
#endif
|
||||
for (i = 0; i < ARRAY_SIZE(bool_entries); i++)
|
||||
{
|
||||
#if defined(HAVE_CORE_INFO_CACHE)
|
||||
#if !defined(HAVE_CORE_INFO_CACHE)
|
||||
if (bool_entries[i].name_enum_idx ==
|
||||
MENU_ENUM_LABEL_CORE_INFO_CACHE_ENABLE)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user