Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
static titleList_s s_titles[3];
11
12
static void titleListClear(titleList_s* tl)
13
{
14
if (tl->ids) free(tl->ids);
15
memset(tl, 0, sizeof(*tl));
16
}
17
18
void titlesClear(void)
19
{
Callers
2
titlesClear
Function · 0.85
titlesUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected