mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
Add another title
This commit is contained in:
parent
d59f3eff07
commit
c5c816d708
@ -296,6 +296,13 @@ static int action_get_core_information_list(const char *path, const char *label,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int action_get_core_list(const char *path, const char *label,
|
||||||
|
unsigned menu_type, char *s, size_t len)
|
||||||
|
{
|
||||||
|
sanitize_to_string(s, menu_hash_to_str(MENU_LABEL_VALUE_CORE_LIST), len);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
static int action_get_cursor_manager_list(const char *path, const char *label,
|
static int action_get_cursor_manager_list(const char *path, const char *label,
|
||||||
unsigned menu_type, char *s, size_t len)
|
unsigned menu_type, char *s, size_t len)
|
||||||
{
|
{
|
||||||
@ -657,6 +664,8 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
|
|||||||
BIND_ACTION_GET_TITLE(cbs, action_get_core_information_list);
|
BIND_ACTION_GET_TITLE(cbs, action_get_core_information_list);
|
||||||
break;
|
break;
|
||||||
case MENU_LABEL_CORE_LIST:
|
case MENU_LABEL_CORE_LIST:
|
||||||
|
BIND_ACTION_GET_TITLE(cbs, action_get_core_list);
|
||||||
|
break;
|
||||||
case MENU_LABEL_MANAGEMENT:
|
case MENU_LABEL_MANAGEMENT:
|
||||||
case MENU_LABEL_ONLINE_UPDATER:
|
case MENU_LABEL_ONLINE_UPDATER:
|
||||||
case MENU_LABEL_FRONTEND_COUNTERS:
|
case MENU_LABEL_FRONTEND_COUNTERS:
|
||||||
|
Loading…
Reference in New Issue
Block a user