diff --git a/tools/m2ctx.py b/tools/m2ctx.py index b2450f8..9c1b770 100644 --- a/tools/m2ctx.py +++ b/tools/m2ctx.py @@ -14,12 +14,14 @@ src_dir = root_dir + "src/" CPP_FLAGS = [ "-Iinclude", "-Isrc", - "-Ilib/libreultra/include/2.0I/", + "-Iinclude", + "-Iinclude/ultra", + "-Iinclude/ultra/PR", "-D_LANGUAGE_C", "-DF3DEX_GBI_2", "-D_MIPS_SZLONG=32", - "-DSCRIPT(...)={}", - "-D__attribute__(...)=", + # "-DSCRIPT(...)={}", + # "-D__attribute__(...)=", "-D__asm__(...)=", "-ffreestanding", "-DM2CTX",