Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ startup
Function
startup
source/main.c:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
};
20
21
static void startup(void* unused)
22
{
23
menuLoadFileAssoc();
24
menuScan(
"sdmc:/3ds"
);
25
uiEnterState(UI_STATE_MENU);
26
}
27
28
const char* __romfs_path =
"sdmc:/boot.3dsx"
;
29
Callers
nothing calls this directly
Calls
3
menuLoadFileAssoc
Function · 0.85
menuScan
Function · 0.85
uiEnterState
Function · 0.85
Tested by
no test coverage detected