mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(Lakka) Fix subitems allocation
This commit is contained in:
parent
3af183dfe3
commit
eb2c735ba3
@ -744,6 +744,7 @@ void lakka_init_settings(void)
|
||||
vspacing*(under_item_offset+jj) : vspacing * active_item_factor;
|
||||
item->active_subitem = 0;
|
||||
item->num_subitems = 0;
|
||||
item->subitems = NULL;
|
||||
|
||||
kk = 0;
|
||||
for (k = 0; k <= 512; k++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user