From 9669273d027a6e79f8e58fa9cd5155f792794551 Mon Sep 17 00:00:00 2001 From: gijs Date: Tue, 10 Oct 2023 13:23:49 +0200 Subject: [PATCH] Fixed `m2ctx` --- tools/m2ctx.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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",