dev72 - two more compat flags

This commit is contained in:
tildearrow 2022-03-26 22:15:15 -05:00
parent 5c11150b87
commit 9b6e582f8d
7 changed files with 45 additions and 12 deletions

View file

@ -882,7 +882,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
chan[i].inPorta=false;
dispatchCmd(DivCommand(DIV_CMD_PRE_PORTA,i,false,0));
} else {
if (chan[i].note==chan[i].oldNote && !chan[i].inPorta) {
if (chan[i].note==chan[i].oldNote && !chan[i].inPorta && song.buggyPortaAfterSlide) {
chan[i].portaNote=chan[i].note;
chan[i].portaSpeed=-1;
} else {