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

Function CSND_SetBit7

libctru/source/services/csnd.c:353–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void CSND_SetBit7(u32 channel, bool set)
354{
355 u32* cmdparams = csndAddCmd(0x005);
356
357 cmdparams[0] = channel & 0x1f;
358 cmdparams[1] = set ? 1 : 0;
359}
360
361void CSND_SetInterp(u32 channel, bool interp)
362{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected