mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Show Quick Menu title correctly
This commit is contained in:
parent
6c266364fc
commit
bd7a8a0479
@ -1119,5 +1119,11 @@ int menu_cbs_init_bind_title(menu_file_list_cbs_t *cbs,
|
|||||||
if (menu_cbs_init_bind_title_compare_type(cbs, type) == 0)
|
if (menu_cbs_init_bind_title_compare_type(cbs, type) == 0)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_RPL_ENTRY_ACTIONS)))
|
||||||
|
{
|
||||||
|
BIND_ACTION_GET_TITLE(cbs, action_get_quick_menu_views_settings_list);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user