SID3: fix filter macro saving

This commit is contained in:
tildearrow 2024-10-03 12:20:41 -05:00
parent 33934bedda
commit eb4ecd6827

View file

@ -1420,8 +1420,6 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song, bo
featureS2=true; featureS2=true;
break; break;
case DIV_INS_SID3: case DIV_INS_SID3:
feature64=true;
featureS2=true;
featureS3=true; featureS3=true;
break; break;
case DIV_INS_SUPERVISION: case DIV_INS_SUPERVISION:
@ -1527,7 +1525,7 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song, bo
} }
} }
if (featureFM || !fui) { if (featureFM || featureS3 || !fui) {
// check FM macros // check FM macros
int opCount=4; int opCount=4;
bool storeExtendedAsWell=true; bool storeExtendedAsWell=true;