mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(XMB) Cleanups pt. 5
This commit is contained in:
parent
1c4d628498
commit
b20ab24fa2
@ -492,7 +492,7 @@ static void xmb_list_open_new(xmb_handle_t *xmb, file_list_t *list, int dir, siz
|
||||
{
|
||||
xmb_node_t *node = (xmb_node_t*)file_list_get_userdata_at_offset(list, i);
|
||||
|
||||
if (!xmb)
|
||||
if (!node)
|
||||
continue;
|
||||
|
||||
if (dir == 1 || (dir == -1 && i != current))
|
||||
|
Loading…
x
Reference in New Issue
Block a user