mirror of
https://github.com/zeldaret/oot.git
synced 2025-06-08 01:21:52 +00:00
Preserve NULL/true/false macros in permuter/decomp.me import (#2430)
This commit is contained in:
parent
d066586872
commit
260d92dfb6
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ build_system = "make"
|
||||||
compiler_type = "ido" # adjusts default weights for permuting
|
compiler_type = "ido" # adjusts default weights for permuting
|
||||||
|
|
||||||
[preserve_macros]
|
[preserve_macros]
|
||||||
|
NULL = "void"
|
||||||
|
true = "int"
|
||||||
|
false = "int"
|
||||||
"g[DS]P.*" = "void"
|
"g[DS]P.*" = "void"
|
||||||
"gDma.*" = "void"
|
"gDma.*" = "void"
|
||||||
"a[A-Z].*" = "void"
|
"a[A-Z].*" = "void"
|
||||||
|
|
Loading…
Add table
Reference in a new issue