diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-03 17:26:59 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-03 17:26:59 -0400 |
commit | 9263a77c9b4ab9ae0e7e32d1358a6f80185fb328 (patch) | |
tree | e554619a86453f660e0dcc4e8bd180c33f9b578f | |
parent | 13bbfb9ba8af618e47b80aba6a11f04e3492ae7b (diff) |
context: Add compiler version, and flags
Makes it a bit easier to copy-paste into decomp.me
-rw-r--r-- | context.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |