dev72 - two more compat flags
This commit is contained in:
parent
5c11150b87
commit
9b6e582f8d
7 changed files with 45 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue