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

Function CSND_SetEncoding

libctru/source/services/csnd.c:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void CSND_SetEncoding(u32 channel, u32 value)
329{
330 u32* cmdparams = csndAddCmd(0x002);
331
332 cmdparams[0] = channel & 0x1f;
333 cmdparams[1] = value;
334}
335
336void CSND_SetBlock(u32 channel, int block, u32 physaddr, u32 size)
337{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected