mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Add MENU_ENUM_LABEL_FILEBROWSER_ENTRY
This commit is contained in:
parent
035e7889d1
commit
76b4828105
@ -1184,6 +1184,8 @@ static const char *menu_hash_to_str_us_label_enum(enum msg_hash_enums msg)
|
||||
return "input_libretro_device_p%u";
|
||||
case MENU_ENUM_LABEL_RUN:
|
||||
return "collection";
|
||||
case MENU_ENUM_LABEL_FILEBROWSER_ENTRY:
|
||||
return "filebrowser_entry";
|
||||
case MENU_ENUM_LABEL_CORE_INFO_ENTRY:
|
||||
return "core_info_entry";
|
||||
case MENU_ENUM_LABEL_NETWORK_INFO_ENTRY:
|
||||
|
@ -210,7 +210,7 @@ static void print_buf_lines_extended(file_list_t *list, char *buf, int buf_size,
|
||||
(void)core_crc;
|
||||
|
||||
menu_entries_add_enum(list, core_pathname, "",
|
||||
MSG_UNKNOWN, type, 0, 0);
|
||||
MENU_ENUM_LABEL_FILEBROWSER_ENTRY, type, 0, 0);
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
@ -284,6 +284,7 @@ enum msg_hash_enums
|
||||
MSG_EXTRACTING_FILE,
|
||||
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
|
||||
|
||||
MENU_ENUM_LABEL_FILEBROWSER_ENTRY,
|
||||
MENU_ENUM_LABEL_SHADER_PARAMETERS_ENTRY,
|
||||
MENU_ENUM_LABEL_RDB_ENTRY,
|
||||
MENU_ENUM_LABEL_URL_ENTRY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user