From 73ad19fb796814ff0bdbb098ab37f365858c3fee Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 25 May 2025 23:15:21 +0200 Subject: [PATCH] snd_adpcm OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 3a92ac30..d64db591 100644 --- a/configure.py +++ b/configure.py @@ -1085,7 +1085,7 @@ config.libs = [ Object(NonMatching, "nw4r/snd/snd_WaveSoundHandle.cpp"), Object(NonMatching, "nw4r/snd/snd_WsdFile.cpp"), Object(NonMatching, "nw4r/snd/snd_WsdPlayer.cpp"), - Object(NonMatching, "nw4r/snd/snd_adpcm.cpp"), + Object(Matching, "nw4r/snd/snd_adpcm.cpp"), ], mw_version="Wii/1.6", ),