more .dmf compatibility stuff
This commit is contained in:
parent
4b1db78a0b
commit
0ec28f168e
|
@ -334,6 +334,11 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
||||||
if (chan[i].lastIns!=pat->data[whatRow][2]) {
|
if (chan[i].lastIns!=pat->data[whatRow][2]) {
|
||||||
chan[i].lastIns=pat->data[whatRow][2];
|
chan[i].lastIns=pat->data[whatRow][2];
|
||||||
insChanged=true;
|
insChanged=true;
|
||||||
|
if (song.legacyVolumeSlides && chan[i].volume==chan[i].volMax+1) {
|
||||||
|
logV("forcing volume");
|
||||||
|
chan[i].volume=chan[i].volMax;
|
||||||
|
dispatchCmd(DivCommand(DIV_CMD_VOLUME,i,chan[i].volume>>8));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// note
|
// note
|
||||||
|
|
Loading…
Reference in a new issue