Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
Result CSND_SetDspFlags(bool waitDone)
502
{
503
csndAddCmd(0x200);
504
return csndExecCmds(waitDone);
505
}
506
507
Result CSND_UpdateInfo(bool waitDone)
508
{
Callers
nothing calls this directly
Calls
2
csndAddCmd
Function · 0.85
csndExecCmds
Function · 0.85
Tested by
no test coverage detected