Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ menuDeleteEntry
Function
menuDeleteEntry
source/menu-list.c:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void menuDeleteEntry(menuEntry_s* me)
25
{
26
menuEntryFree(me);
27
free(me);
28
}
29
30
static void _menuAddEntry(menu_s* m, menuEntry_s* me)
31
{
Callers
3
_menuClear
Function · 0.85
menuScan
Function · 0.85
menuEntryFileAssocLoad
Function · 0.85
Calls
1
menuEntryFree
Function · 0.85
Tested by
no test coverage detected