MCPcopy Create free account
hub / github.com/devkitPro/libctru / aptIsCrippled

Function aptIsCrippled

libctru/source/services/apt.c:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116static bool aptIsCrippled(void)
117{
118 u32 flags = envGetSystemRunFlags();
119 return (flags & RUNFLAG_APTWORKAROUND) && !(flags & RUNFLAG_APTREINIT);
120}
121
122static Result aptGetServiceHandle(Handle* aptuHandle)
123{

Callers 2

aptInitFunction · 0.85
aptExitFunction · 0.85

Calls 1

envGetSystemRunFlagsFunction · 0.85

Tested by

no test coverage detected