mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 01:43:37 +00:00
Don't call file_list_get_alt_at_offset directly
This commit is contained in:
parent
14e46e0048
commit
92a8736318
@ -250,7 +250,9 @@ static int menu_list_elem_get_first_char(
|
||||
int ret;
|
||||
const char *path = NULL;
|
||||
|
||||
file_list_get_alt_at_offset(list, offset, &path);
|
||||
menu_entries_get_at_offset(list, offset,
|
||||
NULL, NULL, NULL, NULL, &path);
|
||||
|
||||
ret = tolower((int)*path);
|
||||
|
||||
/* "Normalize" non-alphabetical entries so they
|
||||
|
Loading…
x
Reference in New Issue
Block a user