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