diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-03-13 01:03:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 16:03:14 -0700 |
| commit | 34c5d8272e8ac93d20ab68e7632c7ed862dd67f1 (patch) | |
| tree | 6420238673cf1ed6cf20c68871c109727006d08d /tools | |
| parent | 15a807bb7b2b3584da255dbba5c467d06a38b89e (diff) | |
daObjCBlk_c equivalent (#2326)
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/decompctx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/decompctx.py b/tools/decompctx.py index ea6a46977c..dfb99e65ba 100755 --- a/tools/decompctx.py +++ b/tools/decompctx.py @@ -20,6 +20,7 @@ root_dir = os.path.abspath(os.path.join(script_dir, "..")) src_dir = os.path.join(root_dir, "src") include_dirs = [ os.path.join(root_dir, "include"), + os.path.join(root_dir, "include/dolphin"), os.path.join(root_dir, "src"), os.path.join(root_dir, "src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include"), os.path.join(root_dir, "src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common_Embedded/Math/Include"), |
