mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 05:16:12 +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);
|
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);
|
string_list_free(list);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user