mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
(Menu) Fix menu_entries_parse_list not calling populate_entries
This commit is contained in:
parent
21db7b262a
commit
2d3c5aec6f
@ -241,6 +241,8 @@ int menu_entries_parse_list(file_list_t *list, file_list_t *menu_list,
|
||||
menu_list_push(list, "/", "",
|
||||
MENU_FILE_DIRECTORY, 0);
|
||||
#endif
|
||||
if (driver.menu_ctx && driver.menu_ctx->populate_entries)
|
||||
driver.menu_ctx->populate_entries(driver.menu, dir, label, type);
|
||||
return 0;
|
||||
}
|
||||
#if defined(GEKKO) && defined(HW_RVL)
|
||||
|
Loading…
Reference in New Issue
Block a user