Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ titlesCount
Function
titlesCount
source/titles.c:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int titlesCount(void)
26
{
27
return s_titles[2].filteredNum + s_titles[1].filteredNum + s_titles[0].filteredNum;
28
}
29
30
void titlesGetEntry(u64* outTid, u8* outMediatype, int index)
31
{
Callers
3
loadTitleData
Function · 0.85
titleSelectInit
Function · 0.85
titleSelectUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected