Skip to content

Commit 1d63b7f

Browse files
committed
Squashed 'libjamesdsp/subtree/' changes from 31f6413..06e6dfd
06e6dfd Update jdspController.c git-subtree-dir: libjamesdsp/subtree git-subtree-split: 06e6dfd3e26eba7a5a4cf597e21b0000722c285a
1 parent 380f7be commit 1d63b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)