Skip to content

Commit 6931e5f

Browse files
committed
Merge commit '1d63b7f0198723b9ef9bceb971c2472bacfbc057'
2 parents 5dc33b1 + 1d63b7f commit 6931e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libjamesdsp/subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/jdspController.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ void JamesDSP_Load_benchmark(double *_c0, double *_c1)
125125
memcpy(convbench_c0, _c0, sizeof(convbench_c0));
126126
memcpy(convbench_c1, _c1, sizeof(convbench_c1));
127127
benchmarkCompletionFlag = 1;
128+
benchmarkEnable = 1;
128129
}
129130
void JamesDSP_Save_benchmark(double *_c0, double *_c1)
130131
{
@@ -1258,4 +1259,4 @@ void JamesDSPFree(JamesDSPLib *jdsp)
12581259
FreeIntegerASRCHandler(&jdsp->asrc[1]);
12591260
}
12601261
jdsp_unlock(jdsp);
1261-
}
1262+
}

0 commit comments

Comments
 (0)