Merge branch 'main' into main

This commit is contained in:
Liam Coleman 2025-01-10 09:56:46 -06:00 committed by GitHub
commit f706bc0549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2728 additions and 315 deletions

View file

@ -1087,8 +1087,8 @@ config.libs = [
Rel(
"m430Dll", # Pair-a-sailing
objects={
Object(NonMatching, "REL/m430Dll/main.c"),
Object(NonMatching, "REL/m430Dll/water.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m430Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m430Dll/water.c"),
Object(NonMatching, "REL/m430Dll/player.c"),
},
),