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

Function APT_PrepareToStartSystemApplet

libctru/source/services/apt.c:1447–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1445}
1446
1447Result APT_PrepareToStartSystemApplet(NS_APPID appID)
1448{
1449 u32 cmdbuf[16];
1450 cmdbuf[0]=IPC_MakeHeader(0x19,1,0); // 0x190040
1451 cmdbuf[1]=appID;
1452
1453 return aptSendCommand(cmdbuf);
1454}
1455
1456Result APT_StartSystemApplet(NS_APPID appID, const void* param, size_t paramSize, Handle handle)
1457{

Callers 1

aptLaunchSystemAppletFunction · 0.85

Calls 2

IPC_MakeHeaderFunction · 0.85
aptSendCommandFunction · 0.85

Tested by

no test coverage detected