MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / launchMenuEntryTask

Function launchMenuEntryTask

source/ui/menu.c:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19static void launchMenuEntryTask(void* arg)
20{
21 menuEntry_s* me = (menuEntry_s*)arg;
22 if (me->type == ENTRY_TYPE_FOLDER)
23 changeDirTask(me->path);
24 else
25 launchMenuEntry(me);
26}
27
28static void toggleStarTask(void* arg)
29{

Callers

nothing calls this directly

Calls 2

changeDirTaskFunction · 0.85
launchMenuEntryFunction · 0.85

Tested by

no test coverage detected