Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ menuAddEntry
Function
menuAddEntry
source/menu-list.c:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
static void menuAddEntry(menuEntry_s* me)
71
{
72
_menuAddEntry(&s_menu[!s_curMenu], me);
73
}
74
75
static int menuEntryCmp(const void *p1, const void *p2)
76
{
Callers
1
menuScan
Function · 0.85
Calls
1
_menuAddEntry
Function · 0.85
Tested by
no test coverage detected