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

Function APT_ReplySleepNotificationComplete

libctru/source/services/apt.c:1316–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314}
1315
1316Result APT_ReplySleepNotificationComplete(NS_APPID appID)
1317{
1318 u32 cmdbuf[16];
1319 cmdbuf[0]=IPC_MakeHeader(0x3F,1,0); // 0x3F0040
1320 cmdbuf[1]=appID;
1321
1322 return aptSendCommand(cmdbuf);
1323}
1324
1325Result APT_PrepareToCloseApplication(bool cancelPreload)
1326{

Callers 2

aptEventHandlerFunction · 0.85
aptHandleSleepFunction · 0.85

Calls 2

IPC_MakeHeaderFunction · 0.85
aptSendCommandFunction · 0.85

Tested by

no test coverage detected