mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Should fix representation in menu_entries_get
This commit is contained in:
parent
9992a22e10
commit
a065ef18d1
@ -94,8 +94,6 @@ void menu_entries_get(size_t i, menu_entry_t *entry)
|
||||
|
||||
entry->idx = i;
|
||||
|
||||
if (path)
|
||||
strlcpy(entry->path, path, sizeof(entry->path));
|
||||
if (entry_label)
|
||||
strlcpy(entry->label, entry_label, sizeof(entry->label));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user