mirror of
https://github.com/n64decomp/mk64
synced 2026-06-05 02:38:07 -04:00
b56b43e721
* Match func_800AB290 and func_800AC978 Signed-off-by: Taggerung <tyler.taggerung@gmail.com> * Match func_800A15EC Signed-off-by: Taggerung <tyler.taggerung@gmail.com> * Match func_800A1A20 * Get func_800A1F30 to NON_MATCHING * Match func_800A3C84 mips_to_c does not currently support labels being in delay slots, although practice that is fine. To get around this I put a nop in the delay slot instead. No permanent change is being made to the target assembly. * Update the mips_to_c output for a couple functions Split asm file containing unused funcs and added mips_to_c output for them. * Remove extraneous data file Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
15 lines
348 B
TOML
15 lines
348 B
TOML
# Optional configuration file for import.py. Put it in the root or in tools/
|
|
# of the repo you are importing from.
|
|
|
|
[decompme.compilers]
|
|
"tools/ido5.3_recomp/cc" = "ido5.3"
|
|
|
|
[preserve_macros]
|
|
"gs?DP.*" = "void"
|
|
"gs?SP.*" = "void"
|
|
"G_.*" = "int"
|
|
"VIRTUAL_.*" = "unsigned int"
|
|
"PHYSICAL_.*" = "unsigned int"
|
|
"TIME_TRIAL_.*" = "int"
|
|
"TEXT_.*" = "int"
|