Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ uiGetStateInfo
Function
uiGetStateInfo
source/ui.c:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
const uiStateInfo_s* uiGetStateInfo(void)
50
{
51
UIState cur = s_stateStack[s_stateStackPos-1];
52
return &g_uiStateTable[cur];
53
}
54
55
bool uiIsBusy(void)
56
{
Callers
4
networkError
Function · 0.85
uiUpdate
Function · 0.85
drawingTopScreen
Function · 0.85
drawingBottomScreen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected