Add MENU_ENUM_LABEL_FILEBROWSER_ENTRY

This commit is contained in:
twinaphex 2016-07-07 02:58:57 +02:00
parent 035e7889d1
commit 76b4828105
3 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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)
{

View File

@ -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,