Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void menuFileAssocAddEntry(menuEntry_s* me)
66
{
67
_menuAddEntry(&s_menuFileAssoc[!s_curMenuFileAssoc], me);
68
}
69
70
static void menuAddEntry(menuEntry_s* me)
71
{
Callers
1
menuEntryFileAssocLoad
Function · 0.85
Calls
1
_menuAddEntry
Function · 0.85
Tested by
no test coverage detected