| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected