mm/tools/decomp-permuter/permuter_settings_example.toml

7 lines
198 B
TOML

# Optional configuration file for import.py. Put it in the root or in tools/
# of the repo you are importing from.
[preserve_macros]
"g[DS]P.*" = "void"
"gDma.*" = "void"
"_SHIFTL" = "unsigned int"