Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
117
void returnToLauncherFunc(int value) {
118
exit(0);
119
}
120
121
void nifiEnableFunc(int value) {
122
if (value) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected