Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ aptDspCancel
Function
aptDspCancel
libctru/source/services/dsp.c:110–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void aptDspCancel(void)
111
{
112
if (!dspSleeping)
113
return;
114
115
dspCallHook(DSPHOOK_ONCANCEL);
116
}
117
118
Result DSP_GetHeadphoneStatus(bool* is_inserted)
119
{
Callers
nothing calls this directly
Calls
1
dspCallHook
Function · 0.85
Tested by
no test coverage detected