Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ boot
Function
boot
libs/JSystem/JAudio/System/JASDSPInterface.cpp:121–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
};
120
121
void boot(DSPCallback cb) {
122
static bool first = true;
123
if (first) {
124
DspBoot(cb);
125
first = false;
126
}
127
}
128
129
void releaseHalt(u32 msg) {
130
DSPReleaseHalt2(msg);
Callers
2
run
Method · 0.85
bootDSP
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected