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

Function CSND_UpdateInfo

libctru/source/services/csnd.c:507–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507Result CSND_UpdateInfo(bool waitDone)
508{
509 csndAddCmd(0x300);
510 return csndExecCmds(waitDone);
511}
512
513Result csndPlaySound(int chn, u32 flags, u32 sampleRate, float vol, float pan, void* data0, void* data1, u32 size)
514{

Callers 1

csndGetStateFunction · 0.85

Calls 2

csndAddCmdFunction · 0.85
csndExecCmdsFunction · 0.85

Tested by

no test coverage detected