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

Function APT_ReplySleepQuery

libctru/source/services/apt.c:1306–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304}
1305
1306Result APT_ReplySleepQuery(NS_APPID appID, APT_QueryReply reply)
1307{
1308 u32 cmdbuf[16];
1309 cmdbuf[0]=IPC_MakeHeader(0x3E,2,0); // 0x3E0080
1310 cmdbuf[1]=appID;
1311 cmdbuf[2]=reply;
1312
1313 return aptSendCommand(cmdbuf);
1314}
1315
1316Result APT_ReplySleepNotificationComplete(NS_APPID appID)
1317{

Callers 2

aptSetSleepAllowedFunction · 0.85
aptEventHandlerFunction · 0.85

Calls 2

IPC_MakeHeaderFunction · 0.85
aptSendCommandFunction · 0.85

Tested by

no test coverage detected