Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ menuFileAssocClear
Function
menuFileAssocClear
source/menu-list.c:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void menuFileAssocClear(void)
61
{
62
_menuClear(&s_menuFileAssoc[!s_curMenuFileAssoc]);
63
}
64
65
void menuFileAssocAddEntry(menuEntry_s* me)
66
{
Callers
1
menuFileAssocScan
Function · 0.85
Calls
1
_menuClear
Function · 0.85
Tested by
no test coverage detected