Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ aptIsChainload
Function
aptIsChainload
libctru/source/services/apt.c:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
static bool aptIsChainload(void)
112
{
113
return (envGetSystemRunFlags() & RUNFLAG_APTCHAINLOAD) != 0;
114
}
115
116
static bool aptIsCrippled(void)
117
{
Callers
1
aptInit
Function · 0.85
Calls
1
envGetSystemRunFlags
Function · 0.85
Tested by
no test coverage detected