MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / FinalizeSystemModule

Function FinalizeSystemModule

projects/uSystem/source/main.cpp:1566–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1564 }
1565
1566 void FinalizeSystemModule() {
1567 setsysExit();
1568 capsscExit();
1569 pmshellExit();
1570 ldrShellExit();
1571 nsExit();
1572 fsdevUnmountAll();
1573 fsExit();
1574 appletExit();
1575 }
1576
1577 void Startup() {
1578 // libstratosphere heap: used for malloc/free/new/delete and everything using them

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected