summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-03 17:26:59 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-03 17:26:59 -0400
commit9263a77c9b4ab9ae0e7e32d1358a6f80185fb328 (patch)
treee554619a86453f660e0dcc4e8bd180c33f9b578f /context.h
parent13bbfb9ba8af618e47b80aba6a11f04e3492ae7b (diff)
context: Add compiler version, and flags
Makes it a bit easier to copy-paste into decomp.me
Diffstat (limited to 'context.h')
-rw-r--r--context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/context.h b/context.h
index 38e55fe..3e1ea7e 100644
--- a/context.h
+++ b/context.h
@@ -1,3 +1,9 @@
+// Compiler version:
+// 2.4.2 build 81 (GC MW 1.3.2)
+
+// Compiler flags:
+// -nodefaults -proc gekko -fp hard -O4 -use_lmw_stmw on -enum int -str reuse -rostr -sdata2 4 -Cpp_exceptions off -RTTI off
+
// Typedefs.
typedef signed char s8;
typedef signed short int s16;