Amiga: don't replay samples on set order

This commit is contained in:
tildearrow 2022-02-14 02:32:37 -05:00
parent 6850daaca0
commit 939416791b
1 changed files with 3 additions and 0 deletions

View File

@ -281,6 +281,9 @@ void DivPlatformAmiga::forceIns() {
for (int i=0; i<4; i++) {
chan[i].insChanged=true;
chan[i].freqChanged=true;
chan[i].audPos=131072;
chan[i].audDat=0;
chan[i].sample=-1;
}
}