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

Function CSND_SetTimer

libctru/source/services/csnd.c:377–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void CSND_SetTimer(u32 channel, u32 timer)
378{
379 u32* cmdparams = csndAddCmd(0x008);
380
381 cmdparams[0] = channel & 0x1f;
382 cmdparams[1] = timer;
383}
384
385void CSND_SetVol(u32 channel, u32 chnVolumes, u32 capVolumes)
386{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected