MCPcopy 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
24void menuDeleteEntry(menuEntry_s* me)
25{
26 menuEntryFree(me);
27 free(me);
28}
29
30static void _menuAddEntry(menu_s* m, menuEntry_s* me)
31{

Callers 3

_menuClearFunction · 0.85
menuScanFunction · 0.85
menuEntryFileAssocLoadFunction · 0.85

Calls 1

menuEntryFreeFunction · 0.85

Tested by

no test coverage detected