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

Function aptIsHomeAllowed

libctru/source/services/apt.c:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool aptIsHomeAllowed(void)
284{
285 return (aptFlags & FLAG_ALLOWHOME) != 0;
286}
287
288void aptSetHomeAllowed(bool allowed)
289{

Callers 1

aptEventHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected