mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 13:25:28 +00:00
(MaterialUI) Add Scan Directory setting to playlist tab
This commit is contained in:
parent
6d277de62b
commit
aad8e3581c
@ -3167,6 +3167,12 @@ static int menu_displaylist_parse_playlists(
|
||||
|
||||
list_size = str_list->size;
|
||||
|
||||
menu_entries_append_enum(info->list,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_SCAN_DIRECTORY),
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_SCAN_DIRECTORY),
|
||||
MENU_ENUM_LABEL_SCAN_DIRECTORY,
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
|
||||
if (list_size == 0)
|
||||
{
|
||||
string_list_free(str_list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user