mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
Fix CI build
This commit is contained in:
parent
3cf8d1c501
commit
3961f8ef53
1 changed files with 4 additions and 0 deletions
|
@ -1064,6 +1064,10 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song, bo
|
|||
break;
|
||||
case DIV_INS_DAVE:
|
||||
break;
|
||||
case DIV_INS_NDS:
|
||||
featureSM=true;
|
||||
if (amiga.useSample) featureSL=true;
|
||||
break;
|
||||
case DIV_INS_GBA_DMA:
|
||||
featureSM=true;
|
||||
featureSL=true;
|
||||
|
|
Loading…
Reference in a new issue