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

Function aptDspSleep

libctru/source/services/dsp.c:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool aptDspSleep(void)
87{
88 if (!dspComponentLoaded || dspSleeping)
89 return false;
90
91 dspCallHook(DSPHOOK_ONSLEEP);
92 DSP_UnloadComponent();
93 dspSleeping = true;
94 return true;
95}
96
97void aptDspWakeup(void)
98{

Callers

nothing calls this directly

Calls 2

dspCallHookFunction · 0.85
DSP_UnloadComponentFunction · 0.85

Tested by

no test coverage detected