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

Function uiInit

source/ui.c:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static bool s_shouldExit;
13
14void uiInit(void)
15{
16 Result res = cfguInit();
17 if (R_SUCCEEDED(res))
18 {
19 res = CFGU_GetSystemModel(&g_systemModel);
20 cfguExit();
21 }
22 if (R_FAILED(res)) g_systemModel = 0;
23}
24
25void uiEnterBusy(void)
26{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected