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

Function aptHandleJumpToHome

libctru/include/3ds/services/apt.h:188–192  ·  view source on GitHub ↗

Handles incoming jump-to-HOME requests.

Source from the content-addressed store, hash-verified

186
187/// Handles incoming jump-to-HOME requests.
188static inline void aptHandleJumpToHome(void)
189{
190 if (aptShouldJumpToHome())
191 aptJumpToHomeMenu();
192}
193
194/**
195 * @brief Main function which handles sleep mode and HOME/power buttons - call this at the beginning of every frame.

Callers 1

aptMainLoopFunction · 0.85

Calls 2

aptShouldJumpToHomeFunction · 0.85
aptJumpToHomeMenuFunction · 0.85

Tested by

no test coverage detected