| 42 | } |
| 43 | |
| 44 | extern "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 | |
| 57 | fz::Config config; |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected