MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / titleListClear

Function titleListClear

source/titles.c:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10static titleList_s s_titles[3];
11
12static void titleListClear(titleList_s* tl)
13{
14 if (tl->ids) free(tl->ids);
15 memset(tl, 0, sizeof(*tl));
16}
17
18void titlesClear(void)
19{

Callers 2

titlesClearFunction · 0.85
titlesUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected