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

Function APT_NotifyToWait

libctru/source/services/apt.c:1136–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136Result APT_NotifyToWait(NS_APPID appID)
1137{
1138 u32 cmdbuf[16];
1139 cmdbuf[0]=IPC_MakeHeader(0x43,1,0); // 0x430040
1140 cmdbuf[1]=appID;
1141
1142 return aptSendCommand(cmdbuf);
1143}
1144
1145Result APT_AppletUtility(int id, void* out, size_t outSize, const void* in, size_t inSize)
1146{

Callers 1

aptWaitForWakeUpFunction · 0.85

Calls 2

IPC_MakeHeaderFunction · 0.85
aptSendCommandFunction · 0.85

Tested by

no test coverage detected