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

Function CSND_SetPlayState

libctru/source/services/csnd.c:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void CSND_SetPlayState(u32 channel, u32 value)
321{
322 u32* cmdparams = csndAddCmd(0x001);
323
324 cmdparams[0] = channel & 0x1f;
325 cmdparams[1] = value;
326}
327
328void CSND_SetEncoding(u32 channel, u32 value)
329{

Callers

nothing calls this directly

Calls 1

csndAddCmdFunction · 0.85

Tested by

no test coverage detected