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

Function CSND_SetInterp

libctru/source/services/csnd.c:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void CSND_SetInterp(u32 channel, bool interp)
362{
363 u32* cmdparams = csndAddCmd(0x006);
364
365 cmdparams[0] = channel & 0x1f;
366 cmdparams[1] = interp ? 1 : 0;
367}
368
369void CSND_SetDuty(u32 channel, CSND_DutyCycle duty)
370{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected