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

Function aptDspSleep

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

APT<->DSP interaction functions (stubbed when not using DSP)

Source from the content-addressed store, hash-verified

93
94// APT<->DSP interaction functions (stubbed when not using DSP)
95__attribute__((weak)) bool aptDspSleep(void) { return false; }
96__attribute__((weak)) void aptDspWakeup(void) { }
97__attribute__((weak)) void aptDspCancel(void) { }
98

Callers 3

aptEventHandlerFunction · 0.70
aptJumpToHomeMenuFunction · 0.70
aptLaunchSystemAppletFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected