Starship/tools/permuter_settings.toml

15 lines
295 B
TOML
Raw Normal View History

2023-10-16 19:52:40 +03:00
compiler_type = "ido"
[preserve_macros]
"g[DS]P.*" = "void"
"gs[DS]P.*" = "void"
"M_.*" = "float"
"ARRAY_COUNT" = "int"
"[AB]_BUTTON" = "int"
"START_BUTTON" = "int"
"[LRZ]_TRIG" = "int"
"[ULRD]_JPAD" = "int"
"[ULRD]_CBUTTONS" = "int"
2023-10-16 19:52:40 +03:00
[decompme.compilers]
"tools/ido-recomp/linux/cc" = "ido5.3"