mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
(XUI) Should update entries when pushing new dir list
This commit is contained in:
parent
b16f3f9bca
commit
813a2daaa0
@ -2328,6 +2328,9 @@ static void menu_parse_and_resolve(void *data, unsigned menu_type)
|
||||
is_dir ? menu_type : RGUI_FILE_PLAIN, 0);
|
||||
}
|
||||
|
||||
if (menu_ctx && menu_ctx->populate_entries)
|
||||
menu_ctx->populate_entries(rgui, menu_type);
|
||||
|
||||
string_list_free(list);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user