mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
commit
f6e63f7755
@ -790,7 +790,7 @@ static void xmb_list_switch_horizontal_list(xmb_handle_t *xmb, menu_handle_t *me
|
|||||||
unsigned j;
|
unsigned j;
|
||||||
size_t list_size = xmb_list_get_size(menu, MENU_LIST_HORIZONTAL);
|
size_t list_size = xmb_list_get_size(menu, MENU_LIST_HORIZONTAL);
|
||||||
|
|
||||||
for (j = 0; j < list_size; j++)
|
for (j = 0; j <= list_size; j++)
|
||||||
{
|
{
|
||||||
float ia = xmb->categories.passive.alpha;
|
float ia = xmb->categories.passive.alpha;
|
||||||
float iz = xmb->categories.passive.zoom;
|
float iz = xmb->categories.passive.zoom;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user