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

Function uiEnterState

source/ui.c:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void uiEnterState(UIState newState)
31{
32 s_stateBusy = false;
33 if (s_stateStack[s_stateStackPos-1] == newState) return;
34 if (s_stateStackPos>=UI_STATE_STACK_DEPTH) return;
35 s_stateStack[s_stateStackPos++] = newState;
36}
37
38void uiExitState(void)
39{

Callers 10

titlesUpdateFunction · 0.85
startupFunction · 0.85
errorScreenFunction · 0.85
netsenderTaskFunction · 0.85
netloaderTaskFunction · 0.85
changeDirTaskFunction · 0.85
toggleStarTaskFunction · 0.85
menuUpdateFunction · 0.85
loadTitleDataFunction · 0.85
titleSelectInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected