MCPcopy 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
121void boot(DSPCallback cb) {
122 static bool first = true;
123 if (first) {
124 DspBoot(cb);
125 first = false;
126 }
127}
128
129void releaseHalt(u32 msg) {
130 DSPReleaseHalt2(msg);

Callers 2

runMethod · 0.85
bootDSPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected