Skip to content

Commit

Permalink
Add all include paths to decompctx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareMan committed Jun 25, 2024
1 parent ff79744 commit 2e4509c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/decompctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
src_dir = os.path.join(root_dir, "src")
include_dirs = [
os.path.join(root_dir, "include"),
os.path.join(root_dir, "include/bink"),
os.path.join(root_dir, "include/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include"),
os.path.join(root_dir, "include/PowerPC_EABI_Support/MSL/MSL_C++/MSL_Common/Include"),
os.path.join(root_dir, "include/dolphin"),
os.path.join(root_dir, "include/inline"),
os.path.join(root_dir, "include/rwsdk"),
os.path.join(root_dir, "src/SB/Core/gc"),
os.path.join(root_dir, "src/SB/Core/x"),
os.path.join(root_dir, "src/SB/Game"),
# Add additional include directories here
]

Expand Down

0 comments on commit 2e4509c

Please sign in to comment.