MCPcopy 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
25int titlesCount(void)
26{
27 return s_titles[2].filteredNum + s_titles[1].filteredNum + s_titles[0].filteredNum;
28}
29
30void titlesGetEntry(u64* outTid, u8* outMediatype, int index)
31{

Callers 3

loadTitleDataFunction · 0.85
titleSelectInitFunction · 0.85
titleSelectUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected