Split zlib for KOR

This commit is contained in:
2025-05-11 21:04:37 -07:00
parent 34681ec71e
commit 8fe0fc94a6
3 changed files with 210 additions and 131 deletions

View File

@@ -1018,16 +1018,16 @@ config.libs = [
"progress_category": "third_party",
"shift_jis": False,
"objects": [
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/adler32.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/deflate.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/infblock.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/infcodes.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/inffast.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/inflate.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/inftrees.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/infutil.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/trees.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/zutil.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/adler32.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/deflate.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/infblock.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/infcodes.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/inffast.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/inflate.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/inftrees.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/infutil.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/trees.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/zutil.c"),
],
},
# TODO: Merge this with zlib and Kyoto1
@@ -1035,12 +1035,12 @@ config.libs = [
"Kyoto2",
"core",
[
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/CARAMManager.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/CARAMManager.cpp"),
Object(NonMatching, "Kyoto/Math/CFrustumPlanes.cpp"),
Object(NonMatching, "Kyoto/Graphics/CCubeMaterial.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/Graphics/CCubeSurface.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/Animation/CCharAnimTime.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/Animation/CSegIdList.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Graphics/CCubeSurface.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Animation/CCharAnimTime.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Animation/CSegIdList.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Input/CFinalInput.cpp"),
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Graphics/CColor.cpp"),
Object(NonMatching, "Kyoto/Audio/DolphinCAudioGroupSet.cpp"),