Fix build
This commit is contained in:
parent
eb3baabc1d
commit
d0c55e4951
|
@ -272,7 +272,7 @@ void DivPlatformES5506::tick(bool sysTick) {
|
||||||
if (chan[i].std.pitch.had) {
|
if (chan[i].std.pitch.had) {
|
||||||
if (chan[i].std.pitch.mode) {
|
if (chan[i].std.pitch.mode) {
|
||||||
chan[i].pitch2+=chan[i].std.pitch.val;
|
chan[i].pitch2+=chan[i].std.pitch.val;
|
||||||
CLAMP_VAL(chan[i].pitch2,-2048,2048);
|
CLAMP_VAR(chan[i].pitch2,-2048,2048);
|
||||||
} else {
|
} else {
|
||||||
chan[i].pitch2=chan[i].std.pitch.val;
|
chan[i].pitch2=chan[i].std.pitch.val;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue