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