Fix opening file inside archive with core detection (#17461)

This commit is contained in:
Eric Warmenhoven 2025-01-23 12:56:11 -05:00 committed by GitHub
parent d2eb49ccbc
commit 72df261ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9676,7 +9676,7 @@ static int menu_cbs_init_bind_ok_compare_type(menu_file_list_cbs_t *cbs,
}
else
{
if ( string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_ARCHIVE_ACTION_DETECT_CORE))
if ( string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_ARCHIVE_OPEN_DETECT_CORE))
|| string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DOWNLOADED_FILE_DETECT_CORE_LIST))
|| string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_FAVORITES))
)