MCPcopy 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
287void csndWriteCmd(int cmdid, u8 *cmdparams)
288{
289 memcpy(csndAddCmd(cmdid), cmdparams, 0x18);
290}
291
292Result csndExecCmds(bool waitDone)
293{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected