MCPcopy 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
110void aptDspCancel(void)
111{
112 if (!dspSleeping)
113 return;
114
115 dspCallHook(DSPHOOK_ONCANCEL);
116}
117
118Result DSP_GetHeadphoneStatus(bool* is_inserted)
119{

Callers

nothing calls this directly

Calls 1

dspCallHookFunction · 0.85

Tested by

no test coverage detected