mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Fix title with subdir URL
This commit is contained in:
parent
d903ad2b97
commit
bc71585714
@ -964,6 +964,12 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_CORE_CONTENT_DIRS_SUBDIR_LIST)))
|
||||||
|
{
|
||||||
|
BIND_ACTION_GET_TITLE(cbs, action_get_download_core_content_list);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
if (cbs->enum_idx != MSG_UNKNOWN)
|
if (cbs->enum_idx != MSG_UNKNOWN)
|
||||||
{
|
{
|
||||||
switch (cbs->enum_idx)
|
switch (cbs->enum_idx)
|
||||||
@ -1229,6 +1235,7 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
|
|||||||
BIND_ACTION_GET_TITLE(cbs, action_get_user_accounts_cheevos_list);
|
BIND_ACTION_GET_TITLE(cbs, action_get_user_accounts_cheevos_list);
|
||||||
break;
|
break;
|
||||||
case MENU_ENUM_LABEL_DEFERRED_CORE_CONTENT_LIST:
|
case MENU_ENUM_LABEL_DEFERRED_CORE_CONTENT_LIST:
|
||||||
|
case MENU_ENUM_LABEL_DEFERRED_CORE_CONTENT_DIRS_SUBDIR_LIST:
|
||||||
BIND_ACTION_GET_TITLE(cbs, action_get_download_core_content_list);
|
BIND_ACTION_GET_TITLE(cbs, action_get_download_core_content_list);
|
||||||
break;
|
break;
|
||||||
case MENU_ENUM_LABEL_DEFERRED_ACCOUNTS_LIST:
|
case MENU_ENUM_LABEL_DEFERRED_ACCOUNTS_LIST:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user