mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Add MENU_FILE_PLAYLIST_ASSOCIATION type
This commit is contained in:
parent
826079d58f
commit
ba88e3a515
@ -96,6 +96,7 @@ typedef enum
|
||||
MENU_FILE_CURSOR,
|
||||
MENU_FILE_RECORD_CONFIG,
|
||||
MENU_FILE_PLAYLIST_COLLECTION,
|
||||
MENU_FILE_PLAYLIST_ASSOCIATION,
|
||||
MENU_FILE_MOVIE,
|
||||
MENU_FILE_MUSIC,
|
||||
MENU_SETTINGS,
|
||||
|
@ -2509,7 +2509,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
path_remove_extension(path_base);
|
||||
menu_entries_push(info->list,
|
||||
path_base,
|
||||
str_list->elems[i].data, 0, 0, 0);
|
||||
str_list->elems[i].data, MENU_FILE_PLAYLIST_ASSOCIATION, 0, 0);
|
||||
}
|
||||
string_list_free(str_list);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user