MCPcopy 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
13void menuEntryFree(menuEntry_s* me)
14{
15 descriptorFree(&me->descriptor);
16 C3D_TexDelete(&me->texture);
17}
18
19bool fileExists(const char* path)
20{

Callers 2

menuDeleteEntryFunction · 0.85
titleSelectUpdateFunction · 0.85

Calls 1

descriptorFreeFunction · 0.85

Tested by

no test coverage detected