Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
void flushBuffer() {
168
DCFlushRange(CH_BUF, sizeof(TChannel) * 0x40);
169
DCFlushRange(FX_BUF, sizeof(Fxline) * 4);
170
}
171
172
void flushChannelAll() {
173
// UNUSED
Callers
1
initBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected