From 0f6d9e308f64eb2bcb5e8d1da47f2ad619bfe504 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 9 May 2025 13:30:06 -0700 Subject: [PATCH] Actually link CSwooshDescription --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index bc214ad0..f89d58b5 100755 --- a/configure.py +++ b/configure.py @@ -1078,7 +1078,7 @@ config.libs = [ Object(NonMatching, "Kyoto/Audio/CStreamAudioManager.cpp"), Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Animation/CHalfTransition.cpp"), Object(NonMatching, "Kyoto/Particles/CElectricDescription.cpp"), - Object(NonMatching, "Kyoto/Particles/CSwooshDescription.cpp"), + Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Particles/CSwooshDescription.cpp"), Object(NonMatching, "Kyoto/Particles/CGenDescription.cpp"), Object(NonMatching, "Kyoto/CPakFile.cpp"), Object(NonMatching, "Kyoto/Animation/CPoseAsTransformsVariableSize.cpp"),