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

Function APT_SleepIfShellClosed

libctru/source/services/apt.c:1169–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167}
1168
1169Result APT_SleepIfShellClosed(void)
1170{
1171 u8 out, in = 0;
1172 return APT_AppletUtility(4, &out, sizeof(out), &in, sizeof(in));
1173}
1174
1175Result APT_LockTransition(u32 transition, bool flag)
1176{

Callers 3

aptSetSleepAllowedFunction · 0.85
aptClearJumpToHomeFunction · 0.85
aptWaitForWakeUpFunction · 0.85

Calls 1

APT_AppletUtilityFunction · 0.85

Tested by

no test coverage detected