mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(RMenu XUI) Remove dependency on menu_entry_get
This commit is contained in:
parent
869bb7d522
commit
ec5e617555
@ -566,11 +566,9 @@ static void rmenu_xui_render(void)
|
||||
end = menu_entries_get_end();
|
||||
for (i = 0; i < end; i++)
|
||||
{
|
||||
menu_entry_t entry;
|
||||
char entry_path[PATH_MAX_LENGTH], entry_value[PATH_MAX_LENGTH];
|
||||
wchar_t msg_left[PATH_MAX_LENGTH], msg_right[PATH_MAX_LENGTH];
|
||||
|
||||
menu_entry_get(&entry, i, NULL, true);
|
||||
menu_entry_get_value(i, entry_value, sizeof(entry_value));
|
||||
menu_entry_get_path(i, entry_path, sizeof(entry_path));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user