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

Function toggleStarTask

source/ui/menu.c:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28static void toggleStarTask(void* arg)
29{
30 menuEntry_s* me = (menuEntry_s*)arg;
31 menuToggleStar(me);
32 uiEnterState(UI_STATE_MENU);
33}
34
35char *menuGetRootBasePath(void) {
36 return rootPathBase;

Callers

nothing calls this directly

Calls 2

menuToggleStarFunction · 0.85
uiEnterStateFunction · 0.85

Tested by

no test coverage detected