mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(XMB) Build fix
This commit is contained in:
parent
cee30ab29e
commit
3b384926b8
@ -412,7 +412,7 @@ static void xmb_populate_entries(void *data, const char *path,
|
||||
for (i = 0; i < end; i++)
|
||||
{
|
||||
xmb_node_t *node = (xmb_node_t*)file_list_get_userdata_at_offset(
|
||||
driver.menu->selection_buf, i);
|
||||
driver.menu->menu_list->selection_buf, i);
|
||||
|
||||
if (!node)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user