(XMB) Build fix

This commit is contained in:
twinaphex 2014-10-18 01:30:43 +02:00
parent cee30ab29e
commit 3b384926b8

View File

@ -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;