-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpermuter_settings.toml
39 lines (35 loc) · 1.14 KB
/
permuter_settings.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
compiler_type = "gcc"
compiler_command = "tools/gcc_2.7.2/linux/gcc -Iinclude -Igen -Ilibs/libultra/include/2.0I -Ilibs/libmus/include -Ilibs/libkmc/include -D_LANGUAGE_C -DF3DEX_GBI_2 -DF3DEX_GBI_2x -D_MIPS_SZLONG=32 -D_FINALROM -DTARGET_N64 -DSTATIC= -DEXTERN_DATA=extern -DEXTERN_BSS=extern -DPERMUTER -c -O2 -g2 -G0 -mips3 -mgp32 -mfp32 -funsigned-char -B tools/gcc_2.7.2/linux/"
assembler_command = "mips-linux-gnu-as -EB -march=vr4300 -mtune=vr4300 -Iinclude -G 0 -I include -mips3 -mabi=32"
[preserve_macros]
"_*gs?[DS]P.*" = "void"
"gs?Dma.*" = "void"
"gs?Imm.*" = "void"
"gs?MoveWd.*" = "void"
"gSetImage" = "void"
"MAX" = "void"
"MIN" = "void"
"GCCc0w0" = "void"
"GCCc0w1" = "void"
"GCCc1w0" = "void"
"GCCc1w1" = "void"
"CALC_DXT" = "void"
"GBL_.*" = "void"
"_SHIFTL" = "void"
"_SHIFTR" = "void"
"RM_.*" = "void"
OVERRIDE_FLAG_CHECK = "int"
OS_K0_TO_PHYSICAL = "int"
"G_.*" = "int"
"TEXEL.*" = "int"
"PRIMITIVE" = "int"
"BOWTIE_VAL" = "int"
"ALPHA_CVG_SEL" = "int"
"ZMODE_OPA" = "int"
"TEX_EDGE" = "int"
"LIGHT_*." = "int"
"FORCE_BL" = "int"
"CVG_DST_FULL" = "int"
"CVG_X_ALPHA" = "int"
[decompme.compilers]
"tools/gcc_2.7.2/linux/gcc" = "gcc2.7.2kmc"