mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Should fix representation in menu_entries_get
This commit is contained in:
parent
9992a22e10
commit
a065ef18d1
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue