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

Function CSND_SetDspFlags

libctru/source/services/csnd.c:501–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501Result CSND_SetDspFlags(bool waitDone)
502{
503 csndAddCmd(0x200);
504 return csndExecCmds(waitDone);
505}
506
507Result CSND_UpdateInfo(bool waitDone)
508{

Callers

nothing calls this directly

Calls 2

csndAddCmdFunction · 0.85
csndExecCmdsFunction · 0.85

Tested by

no test coverage detected