Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ aptDspCancel
Function
aptDspCancel
libctru/source/services/apt.c:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
__attribute__((weak)) bool aptDspSleep(void) { return false; }
96
__attribute__((weak)) void aptDspWakeup(void) { }
97
__attribute__((weak)) void aptDspCancel(void) { }
98
99
static void aptCallHook(APT_HookType hookType)
100
{
Callers
1
aptWaitForWakeUp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected