mirror of
https://github.com/n64decomp/mk64
synced 2026-05-27 15:43:04 -04:00
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:
@@ -3,3 +3,8 @@
|
||||
|
||||
[decompme.compilers]
|
||||
"tools/ido5.3_recomp/cc" = "ido5.3"
|
||||
|
||||
[preserve_macros]
|
||||
"gs?DP.*" = "void"
|
||||
"gs?SP.*" = "void"
|
||||
"G_.*" = "int"
|
||||
|
||||
Reference in New Issue
Block a user