mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Implement call to populate_entries at the end of menu_entries_parse_list
This commit is contained in:
parent
5a93f90c46
commit
8d4fdd9e24
@ -390,6 +390,9 @@ int menu_entries_parse_list(file_list_t *list, file_list_t *menu_list,
|
|||||||
|
|
||||||
entries_refresh(list);
|
entries_refresh(list);
|
||||||
|
|
||||||
|
if (driver.menu_ctx && driver.menu_ctx->populate_entries)
|
||||||
|
driver.menu_ctx->populate_entries(driver.menu, dir, label, type);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user