Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ uiExitState
Function
uiExitState
source/ui.c:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void uiExitState(void)
39
{
40
if (s_stateStackPos<=1) return;
41
s_stateStackPos--;
42
}
43
44
void uiExitLoop(void)
45
{
Callers
7
networkError
Function · 0.85
errorUpdate
Function · 0.85
netsenderTask
Function · 0.85
netloaderTask
Function · 0.85
rebootUpdate
Function · 0.85
loadTitleData
Function · 0.85
titleSelectUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected