Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ launchHomeMenu
Function
launchHomeMenu
source/launch.c:173–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void launchHomeMenu(void)
174
{
175
if (!launchHomeMenuEnabled()) return;
176
svcSignalEvent(s_hbKill);
177
__system_retAddr = NULL;
178
uiExitLoop();
179
}
Callers
1
rebootUpdate
Function · 0.85
Calls
2
launchHomeMenuEnabled
Function · 0.85
uiExitLoop
Function · 0.85
Tested by
no test coverage detected