Skip to content

Commit 72df261

Browse files
authored
Fix opening file inside archive with core detection (libretro#17461)
1 parent d2eb49c commit 72df261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/cbs/menu_cbs_ok.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9676,7 +9676,7 @@ static int menu_cbs_init_bind_ok_compare_type(menu_file_list_cbs_t *cbs,
96769676
}
96779677
else
96789678
{
9679-
if ( string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_ARCHIVE_ACTION_DETECT_CORE))
9679+
if ( string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_ARCHIVE_OPEN_DETECT_CORE))
96809680
|| string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DOWNLOADED_FILE_DETECT_CORE_LIST))
96819681
|| string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_FAVORITES))
96829682
)

0 commit comments

Comments
 (0)