MCPcopy Create free account
hub / github.com/averne/Fizeau / userAppExit

Function userAppExit

application/src/main.cpp:44–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44extern "C" void userAppExit(void) {
45#ifdef DEBUG
46# ifdef TWILI
47 twiliExit();
48# else
49 socketExit();
50# endif
51#endif
52 romfsExit();
53 plExit();
54 appletUnlockExit();
55}
56
57fz::Config config;
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected