mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(Zarch) Add Collections and Download tabs
This commit is contained in:
parent
d075952476
commit
aee58a241b
@ -744,6 +744,17 @@ void render_lay_root(zui_t *zui)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (zui_tab(zui, &tabbed, "Collections"))
|
||||||
|
{
|
||||||
|
/* STUB/FIXME */
|
||||||
|
}
|
||||||
|
|
||||||
|
if (zui_tab(zui, &tabbed, "Download"))
|
||||||
|
{
|
||||||
|
/* STUB/FIXME */
|
||||||
|
}
|
||||||
|
|
||||||
else if (zui->load_dlist)
|
else if (zui->load_dlist)
|
||||||
{
|
{
|
||||||
dir_list_free(zui->load_dlist);
|
dir_list_free(zui->load_dlist);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user