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

Function menuLoadFileAssoc

source/ui/menu.c:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void menuLoadFileAssoc(void) {
72 char temp[PATH_MAX + 29];
73
74 memset(temp, 0, sizeof(temp) - 1);
75 snprintf(temp, sizeof(temp) - 1, "%s/config/3ds-hbmenu/fileassoc", rootPathBase);
76
77 menuFileAssocScan(temp);
78}
79
80static float menuGetScrollHeight(menu_s* menu)
81{

Callers 1

startupFunction · 0.85

Calls 1

menuFileAssocScanFunction · 0.85

Tested by

no test coverage detected