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

Function __appExit

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

Source from the content-addressed store, hash-verified

9void __attribute__((weak)) userAppExit(void);
10
11void __attribute__((weak)) __appExit(void)
12{
13 if (&userAppExit) userAppExit();
14
15 // Exit services
16 archiveUnmountAll();
17 fsExit();
18
19 hidExit();
20 aptExit();
21 srvExit();
22}

Callers

nothing calls this directly

Calls 5

archiveUnmountAllFunction · 0.85
fsExitFunction · 0.85
hidExitFunction · 0.85
aptExitFunction · 0.85
srvExitFunction · 0.85

Tested by

no test coverage detected