MCPcopy 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
21static void startup(void* unused)
22{
23 menuLoadFileAssoc();
24 menuScan("sdmc:/3ds");
25 uiEnterState(UI_STATE_MENU);
26}
27
28const char* __romfs_path = "sdmc:/boot.3dsx";
29

Callers

nothing calls this directly

Calls 3

menuLoadFileAssocFunction · 0.85
menuScanFunction · 0.85
uiEnterStateFunction · 0.85

Tested by

no test coverage detected