MCPcopy Create free account
hub / github.com/doldecomp/mkdd / flushBuffer

Function flushBuffer

libs/JSystem/JAudio/System/JASDSPInterface.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void flushBuffer() {
168 DCFlushRange(CH_BUF, sizeof(TChannel) * 0x40);
169 DCFlushRange(FX_BUF, sizeof(Fxline) * 4);
170}
171
172void flushChannelAll() {
173 // UNUSED

Callers 1

initBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected