1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Restore missing 'Cache Core Info Files' menu entry (#13487)

This commit is contained in:
jdgleaver 2022-01-13 18:59:19 +00:00 committed by GitHub
parent 4fa1443c71
commit 209b3b76b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;