mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +00:00
menu_entry_get_label - fix typo
This commit is contained in:
parent
d500efb454
commit
c8e79c4ef2
@ -109,7 +109,7 @@ enum menu_entry_type menu_entry_get_type(uint32_t i)
|
||||
void menu_entry_get_label(uint32_t i, char *label, size_t sizeof_label)
|
||||
{
|
||||
menu_entry_t entry;
|
||||
menu_entry_get_entry(&entry, i, NULL, true);
|
||||
menu_entry_get(&entry, i, NULL, true);
|
||||
|
||||
strlcpy(label, entry.path, sizeof(label));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user