fix the pull request - again

This commit is contained in:
tildearrow 2023-02-06 01:15:13 -05:00
parent 8c2af08e5a
commit e7a95d4822
2 changed files with 2 additions and 20 deletions

View file

@ -302,15 +302,6 @@ void DivPlatformES5506::tick(bool sysTick) {
chan[i].filterChanged.k1=1;
}
break;
/*case 2: { // delta
const signed int next_k1=CLAMP(chan[i].k1Offs+chan[i].std.ex1.val,-65535,65535);
if (chan[i].k1Offs!=next_k1) {
chan[i].k1Offs=next_k1;
chan[i].filterChanged.k1=1;
}
break;
}
*/
default:
break;
}
@ -329,15 +320,6 @@ void DivPlatformES5506::tick(bool sysTick) {
chan[i].filterChanged.k2=1;
}
break;
/*case 2: { // delta
const signed int next_k2=CLAMP(chan[i].k2Offs+chan[i].std.ex2.val,-65535,65535);
if (chan[i].k2Offs!=next_k2) {
chan[i].k2Offs=next_k2;
chan[i].filterChanged.k2=1;
}
break;
}
*/
default:
break;
}