PCE: oh yes another sample fix

This commit is contained in:
tildearrow 2022-02-04 01:53:43 -05:00
parent 507f3d7de1
commit c1864849a0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ void DivPlatformPCE::tick() {
chan[i].freqChanged=true;
}
}
if (chan[i].std.hadWave) {
if (chan[i].std.hadWave && !chan[i].pcm) {
if (chan[i].wave!=chan[i].std.wave) {
chan[i].wave=chan[i].std.wave;
updateWave(i);