mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(XMB) Show only playlists in horizontal menu and no directories
This commit is contained in:
parent
f95a3f2e41
commit
5b064572e5
@ -1429,6 +1429,7 @@ static void xmb_init_horizontal_list(menu_handle_t *menu, xmb_handle_t *xmb)
|
||||
info.menu_list = NULL;
|
||||
info.type = 0;
|
||||
info.type_default = MENU_FILE_PLAIN;
|
||||
strlcpy(info.label, "content_collection_list", sizeof(info.label));
|
||||
strlcpy(info.path, settings->playlist_directory, sizeof(info.path));
|
||||
strlcpy(info.exts, "rpl", sizeof(info.exts));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user