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

Function CSND_SetLooping

libctru/source/services/csnd.c:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void CSND_SetLooping(u32 channel, u32 value)
346{
347 u32* cmdparams = csndAddCmd(0x004);
348
349 cmdparams[0] = channel & 0x1f;
350 cmdparams[1] = value;
351}
352
353void CSND_SetBit7(u32 channel, bool set)
354{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected