MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / menuFileAssocAddEntry

Function menuFileAssocAddEntry

source/menu-list.c:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void menuFileAssocAddEntry(menuEntry_s* me)
66{
67 _menuAddEntry(&s_menuFileAssoc[!s_curMenuFileAssoc], me);
68}
69
70static void menuAddEntry(menuEntry_s* me)
71{

Callers 1

menuEntryFileAssocLoadFunction · 0.85

Calls 1

_menuAddEntryFunction · 0.85

Tested by

no test coverage detected