MCPcopy 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
106static bool aptIsReinit(void)
107{
108 return (envGetSystemRunFlags() & RUNFLAG_APTREINIT) != 0;
109}
110
111static bool aptIsChainload(void)
112{

Callers 2

aptInitFunction · 0.85
aptExitFunction · 0.85

Calls 1

envGetSystemRunFlagsFunction · 0.85

Tested by

no test coverage detected