MCPcopy Create free account
hub / github.com/Stewmath/GameYob / returnToLauncherFunc

Function returnToLauncherFunc

arm9/source/console.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116}
117void returnToLauncherFunc(int value) {
118 exit(0);
119}
120
121void nifiEnableFunc(int value) {
122 if (value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected