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

Function APT_PrepareToStartLibraryApplet

libctru/source/services/apt.c:1424–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422}
1423
1424Result APT_PrepareToStartLibraryApplet(NS_APPID appID)
1425{
1426 u32 cmdbuf[16];
1427 cmdbuf[0]=IPC_MakeHeader(0x18,1,0); // 0x180040
1428 cmdbuf[1]=appID;
1429
1430 return aptSendCommand(cmdbuf);
1431}
1432
1433Result APT_StartLibraryApplet(NS_APPID appID, const void* param, size_t paramSize, Handle handle)
1434{

Callers 1

aptLaunchLibraryAppletFunction · 0.85

Calls 2

IPC_MakeHeaderFunction · 0.85
aptSendCommandFunction · 0.85

Tested by

no test coverage detected