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

Method resume

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

Source from the content-addressed store, hash-verified

37}
38
39void JASAudioReseter::resume() {
40#line 55
41 JUT_ASSERT(mDoneFlag);
42 JUT_ASSERT(! mThreadStopFlag);
43 JASDriver::setDSPLevel(mDSPLevel);
44}
45
46int JASAudioReseter::checkDone() const {
47 return mDoneFlag;

Callers 4

createMethod · 0.45
createThreadFunction · 0.45
createMethod · 0.45
createMethod · 0.45

Calls 1

setDSPLevelFunction · 0.85

Tested by

no test coverage detected