mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(XMB) Fix
This commit is contained in:
parent
352a5937d9
commit
51cb6793a2
@ -241,7 +241,7 @@ static size_t xmb_list_get_size(void *data, menu_list_type_t type)
|
|||||||
{
|
{
|
||||||
case MENU_LIST_PLAIN:
|
case MENU_LIST_PLAIN:
|
||||||
if (menu && menu->menu_list)
|
if (menu && menu->menu_list)
|
||||||
file_list_get_size(menu->menu_list->menu_stack);
|
list_size = file_list_get_size(menu->menu_list->menu_stack);
|
||||||
break;
|
break;
|
||||||
case MENU_LIST_HORIZONTAL:
|
case MENU_LIST_HORIZONTAL:
|
||||||
if (xmb && xmb->core_list)
|
if (xmb && xmb->core_list)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user