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

Method start

libs/JSystem/JAudio/System/JASAudioReseter.cpp:19–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19bool JASAudioReseter::start(u32 param_0, bool stop) {
20 if (mDoneFlag == false) {
21 return false;
22 }
23 mThreadStopFlag = stop;
24
25 JAS_CS_START
26 if (!JASDriver::registerDspSyncCallback(callback, this)) {
27#line 40
28 JUT_WARNING_F2("%s", "Failed JASAudioReseter start\n");
29 return false;
30 } else {
31 mDSPLevel = JASDriver::getDSPLevel();
32 _0 = param_0;
33 mDoneFlag = false;
34 return true;
35 }
36 JAS_CS_END
37}
38

Callers

nothing calls this directly

Calls 2

registerDspSyncCallbackFunction · 0.85
getDSPLevelFunction · 0.85

Tested by

no test coverage detected