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

Function userAppInit

application/src/main.cpp:28–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include "gui.hpp"
27
28extern "C" void userAppInit() {
29#ifdef DEBUG
30# ifdef TWILI
31 twiliInitialize();
32 twiliBindStdio();
33# else
34 socketInitializeDefault();
35 nxlinkStdio();
36# endif
37#endif
38 plInitialize(PlServiceType_User);
39 romfsInit();
40 appletLockExit();
41 hidInitializeTouchScreen();
42}
43
44extern "C" void userAppExit(void) {
45#ifdef DEBUG

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected