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

Function aptClearJumpToHome

libctru/source/services/apt.c:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311static void aptClearJumpToHome(void)
312{
313 aptHomeButtonState = 0;
314 APT_UnlockTransition(0x01);
315 APT_SleepIfShellClosed();
316}
317
318void aptClearChainloader(void)
319{

Callers 2

aptEventHandlerFunction · 0.85
aptWaitForWakeUpFunction · 0.85

Calls 2

APT_UnlockTransitionFunction · 0.85
APT_SleepIfShellClosedFunction · 0.85

Tested by

no test coverage detected