MCPcopy 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
111static bool aptIsChainload(void)
112{
113 return (envGetSystemRunFlags() & RUNFLAG_APTCHAINLOAD) != 0;
114}
115
116static bool aptIsCrippled(void)
117{

Callers 1

aptInitFunction · 0.85

Calls 1

envGetSystemRunFlagsFunction · 0.85

Tested by

no test coverage detected