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

Function aptMainLoop

libctru/source/services/apt.c:851–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851bool aptMainLoop(void)
852{
853 aptHandleSleep();
854 aptHandleJumpToHome();
855 return !aptShouldClose();
856}
857
858void aptHook(aptHookCookie* cookie, aptHookFn callback, void* param)
859{

Callers

nothing calls this directly

Calls 3

aptHandleSleepFunction · 0.85
aptHandleJumpToHomeFunction · 0.85
aptShouldCloseFunction · 0.85

Tested by

no test coverage detected