Match and link vi.c and THPDec.c, minor CPhysicsActor and GBA.c fixes

This commit is contained in:
2024-11-03 11:15:10 -08:00
parent 0b74ded7ba
commit 6a3e0c0728
10 changed files with 110 additions and 874 deletions

View File

@@ -1186,7 +1186,7 @@ config.libs = [
DolphinLib(
"vi",
[
Object(NonMatching, "Dolphin/vi.c"),
Object(Matching, "Dolphin/vi.c"),
],
),
{
@@ -1349,7 +1349,7 @@ config.libs = [
DolphinLib(
"thp",
[
Object(NonMatching, "Dolphin/thp/THPDec.c"),
Object(Matching, "Dolphin/thp/THPDec.c"),
Object(NonMatching, "Dolphin/thp/THPAudio.c"),
],
),