From f849d66b2c0dd541587e80d516babc5a8ece3a7b Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 25 May 2025 22:42:32 +0200 Subject: [PATCH] snd_InstancePool OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index c0e8045f..2d7db55f 100644 --- a/configure.py +++ b/configure.py @@ -1036,7 +1036,7 @@ config.libs = [ Object(NonMatching, "nw4r/snd/snd_FxReverbHiDpl2.cpp"), Object(NonMatching, "nw4r/snd/snd_FxReverbStd.cpp"), Object(NonMatching, "nw4r/snd/snd_FxReverbStdDpl2.cpp"), - Object(NonMatching, "nw4r/snd/snd_InstancePool.cpp"), + Object(Matching, "nw4r/snd/snd_InstancePool.cpp"), Object(NonMatching, "nw4r/snd/snd_Lfo.cpp"), Object(NonMatching, "nw4r/snd/snd_MemorySoundArchive.cpp"), Object(NonMatching, "nw4r/snd/snd_MidiSeqPlayer.cpp"),