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

Function aptSetChainloaderToSelf

libctru/source/services/apt.c:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void aptSetChainloaderToSelf(void)
343{
344 aptFlags |= FLAG_CHAINLOAD;
345 aptChainloadFlags = 2;
346 aptChainloadTid = 0;
347 aptChainloadMediatype = 0;
348}
349
350void aptSetChainloaderArgs(const void *deliverArg, size_t deliverArgSize, const void *hmac)
351{

Callers 1

aptInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected