1
0
Fork 0
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:
cadmic 2025-01-17 12:37:40 -08:00 committed by GitHub
parent d066586872
commit 260d92dfb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"