mirror of https://github.com/n64decomp/mk64.git
Add preserve_macros to permuter_settings.toml (#114)
That way we don't have to remember to preserver macros manually. Just have the permuter do it for us Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
parent
7b7725b62a
commit
782c9f0d3c
|
@ -3,3 +3,8 @@
|
|||
|
||||
[decompme.compilers]
|
||||
"tools/ido5.3_recomp/cc" = "ido5.3"
|
||||
|
||||
[preserve_macros]
|
||||
"gs?DP.*" = "void"
|
||||
"gs?SP.*" = "void"
|
||||
"G_.*" = "int"
|
||||
|
|
Loading…
Reference in New Issue