mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +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++)
|
for (i = 0; i < end; i++)
|
||||||
{
|
{
|
||||||
xmb_node_t *node = (xmb_node_t*)file_list_get_userdata_at_offset(
|
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)
|
if (!node)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user