Handles incoming jump-to-HOME requests.
| 186 | |
| 187 | /// Handles incoming jump-to-HOME requests. |
| 188 | static 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. |
no test coverage detected