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

Function aptCallHook

libctru/source/services/apt.c:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97__attribute__((weak)) void aptDspCancel(void) { }
98
99static void aptCallHook(APT_HookType hookType)
100{
101 aptHookCookie* c;
102 for (c = &aptFirstHook; c && c->callback; c = c->next)
103 c->callback(hookType, c->param);
104}
105
106static bool aptIsReinit(void)
107{

Callers 6

aptExitFunction · 0.85
aptWaitForWakeUpFunction · 0.85
aptJumpToHomeMenuFunction · 0.85
aptHandleSleepFunction · 0.85
aptLaunchLibraryAppletFunction · 0.85
aptLaunchSystemAppletFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected