MCPcopy 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

11char rootPath[PATH_MAX + 8];
12
13static void changeDirTask(void* arg)
14{
15 menuScan((const char*)arg);
16 uiEnterState(UI_STATE_MENU);
17}
18
19static void launchMenuEntryTask(void* arg)
20{

Callers 1

launchMenuEntryTaskFunction · 0.85

Calls 2

menuScanFunction · 0.85
uiEnterStateFunction · 0.85

Tested by

no test coverage detected