mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Merge pull request #5388 from heuripedes/master
(xmb) Fix crash when toggling the menu
This commit is contained in:
commit
47bfca5365
@ -3961,6 +3961,10 @@ static void xmb_list_cache(void *data, enum menu_list_type type, unsigned action
|
|||||||
xmb_list_deep_copy(menu_stack, xmb->menu_stack_old);
|
xmb_list_deep_copy(menu_stack, xmb->menu_stack_old);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: this shouldn't be happening at all */
|
||||||
|
if (selection >= xmb->selection_buf_old->size)
|
||||||
|
selection = xmb->selection_buf_old->size ? xmb->selection_buf_old->size - 1 : 0;
|
||||||
|
|
||||||
xmb->selection_ptr_old = selection;
|
xmb->selection_ptr_old = selection;
|
||||||
|
|
||||||
list_size = xmb_list_get_size(xmb, MENU_LIST_HORIZONTAL)
|
list_size = xmb_list_get_size(xmb, MENU_LIST_HORIZONTAL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user