| 159 | } |
| 160 | |
| 161 | void setFilterTable(s16 *dst, s16 *src, u32 n) { |
| 162 | for (int i = 0; i < n; i++) { |
| 163 | *dst++ = *src++; |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | void flushBuffer() { |
| 168 | DCFlushRange(CH_BUF, sizeof(TChannel) * 0x40); |
no outgoing calls
no test coverage detected