mirror of
https://github.com/libretro/RetroArch
synced 2025-02-17 15:41:01 +00:00
Set list_info.fullpath to NULL for menu_entries_prepend
This commit is contained in:
parent
b9945f05f1
commit
a233ce4c87
@ -445,6 +445,8 @@ void menu_entries_prepend(file_list_t *list, const char *path, const char *label
|
||||
|
||||
idx = 0;
|
||||
|
||||
list_info.fullpath = NULL;
|
||||
|
||||
if (!string_is_empty(menu_path))
|
||||
list_info.fullpath = strdup(menu_path);
|
||||
list_info.list = list;
|
||||
|
Loading…
x
Reference in New Issue
Block a user