mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
(Menu) Show title for content collection list
This commit is contained in:
parent
24af3818e1
commit
bb774633fc
@ -185,6 +185,9 @@ static int action_get_title_default(const char *path, const char *label,
|
||||
case MENU_LABEL_REMAP_FILE_LOAD:
|
||||
snprintf(s, len, "REMAP FILE %s", path);
|
||||
break;
|
||||
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
||||
snprintf(s, len, "CONTENT COLLECTION LIST");
|
||||
break;
|
||||
case MENU_LABEL_CUSTOM_VIEWPORT_2:
|
||||
case MENU_LABEL_HELP:
|
||||
snprintf(s, len, "MENU %s", path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user