SID3: fix the other saving problems
This commit is contained in:
parent
eb4ecd6827
commit
ca7fe252a3
|
@ -1421,6 +1421,10 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song, bo
|
|||
break;
|
||||
case DIV_INS_SID3:
|
||||
featureS3=true;
|
||||
checkForWL=true;
|
||||
featureSM=true;
|
||||
if (amiga.useSample) featureSL=true;
|
||||
if (ws.enabled) featureWS=true;
|
||||
break;
|
||||
case DIV_INS_SUPERVISION:
|
||||
featureSM=true;
|
||||
|
|
Loading…
Reference in a new issue