mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Use MENU_ENUM_LABEL_URL_ENTRY
This commit is contained in:
parent
76b4828105
commit
07c34accf5
@ -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, "",
|
||||
MENU_ENUM_LABEL_FILEBROWSER_ENTRY, type, 0, 0);
|
||||
MENU_ENUM_LABEL_URL_ENTRY, type, 0, 0);
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user