Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ csndWriteCmd
Function
csndWriteCmd
libctru/source/services/csnd.c:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void csndWriteCmd(int cmdid, u8 *cmdparams)
288
{
289
memcpy(csndAddCmd(cmdid), cmdparams, 0x18);
290
}
291
292
Result csndExecCmds(bool waitDone)
293
{
Callers
nothing calls this directly
Calls
1
csndAddCmd
Function · 0.85
Tested by
no test coverage detected