MCPcopy Create free account
hub / github.com/devkitPro/libctru / __appInit

Function __appInit

libctru/source/system/appInit.c:11–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9void __attribute__((weak)) userAppInit(void);
10
11void __attribute__((weak)) __appInit(void)
12{
13 // Initialize services
14 srvInit();
15 aptInit();
16 hidInit();
17
18 fsInit();
19 archiveMountSdmc();
20
21 if (&userAppInit) userAppInit();
22}

Callers

nothing calls this directly

Calls 5

srvInitFunction · 0.85
aptInitFunction · 0.85
hidInitFunction · 0.85
fsInitFunction · 0.85
archiveMountSdmcFunction · 0.85

Tested by

no test coverage detected