Skip to content

Commit

Permalink
Fix JAZelAudio to be categorized as TWW game code
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Sep 9, 2024
1 parent 3e09392 commit 643a447
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ def ActorRel(status, rel_name, extra_cflags=[]):


# Helper function for JSystem libraries
def JSystemLib(lib_name, objects):
def JSystemLib(lib_name, objects, progress_category="core"):
return {
"lib": lib_name,
"mw_version": "GC/1.3.2",
"cflags": cflags_framework,
"progress_category": "core",
"progress_category": progress_category,
"host": True,
"objects": objects,
}
Expand Down Expand Up @@ -827,6 +827,7 @@ def JSystemLib(lib_name, objects):
Object(Matching, "JAZelAudio/JAIZelScene.cpp"),
Object(Matching, "JAZelAudio/JAIZelSound.cpp"),
],
progress_category="game",
),
DolphinLib(
"gf",
Expand Down

0 comments on commit 643a447

Please sign in to comment.