mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +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)
|
||||
{
|
||||
dir_list_free(zui->load_dlist);
|
||||
|
Loading…
Reference in New Issue
Block a user