Match HuDecodeSlide and HuDecodeFSlide

This commit is contained in:
gamemasterplc 2023-11-22 11:28:41 -06:00
parent 334276fdfc
commit f09803a4af
4 changed files with 216 additions and 2 deletions

View file

@ -226,7 +226,7 @@ config.libs = [
Object(NonMatching, "game/pad.c"),
Object(NonMatching, "game/dvd.c"),
Object(NonMatching, "game/data.c"),
Object(NonMatching, "game/decode.c"),
Object(Matching, "game/decode.c"),
Object(Matching, "game/malloc.c"),
Object(Matching, "game/memory.c"),
Object(NonMatching, "game/sprman.c"),