Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ changeDirTask
Function
changeDirTask
source/ui/menu.c:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
char rootPath[PATH_MAX + 8];
12
13
static void changeDirTask(void* arg)
14
{
15
menuScan((const char*)arg);
16
uiEnterState(UI_STATE_MENU);
17
}
18
19
static void launchMenuEntryTask(void* arg)
20
{
Callers
1
launchMenuEntryTask
Function · 0.85
Calls
2
menuScan
Function · 0.85
uiEnterState
Function · 0.85
Tested by
no test coverage detected