mirror of
https://github.com/zeldaret/oot.git
synced 2025-04-08 15:46:42 +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
|
||||
|
||||
[preserve_macros]
|
||||
NULL = "void"
|
||||
true = "int"
|
||||
false = "int"
|
||||
"g[DS]P.*" = "void"
|
||||
"gDma.*" = "void"
|
||||
"a[A-Z].*" = "void"
|
||||
|
|
Loading…
Add table
Reference in a new issue