Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ menuEntryFree
Function
menuEntryFree
source/menu-entry.c:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
void menuEntryFree(menuEntry_s* me)
14
{
15
descriptorFree(&me->descriptor);
16
C3D_TexDelete(&me->texture);
17
}
18
19
bool fileExists(const char* path)
20
{
Callers
2
menuDeleteEntry
Function · 0.85
titleSelectUpdate
Function · 0.85
Calls
1
descriptorFree
Function · 0.85
Tested by
no test coverage detected