summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/decompctx.py1
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"),