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

Function CSND_SetVol

libctru/source/services/csnd.c:385–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void CSND_SetVol(u32 channel, u32 chnVolumes, u32 capVolumes)
386{
387 u32* cmdparams = csndAddCmd(0x009);
388
389 cmdparams[0] = channel & 0x1f;
390 cmdparams[1] = chnVolumes;
391 cmdparams[2] = capVolumes;
392}
393
394void CSND_SetAdpcmState(u32 channel, int block, int sample, int index)
395{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected