N64Recomp/src
Wiseguy d5ab74220d
Various mod fixes (#95)
* Terminate offline mod recompilation if any functions fail to recompile

* Fixed edge case with switch case jump table detection when lo16 immediate is exactly 0

* Prevent emitting duplicate reference symbol defines in offline mod recompilation

* Fix function calls and add missing runtime function pointers in offline mod recompiler
2024-09-12 18:54:08 -04:00
..
analysis.cpp Various mod fixes (#95) 2024-09-12 18:54:08 -04:00
analysis.h Modding Support PR 1 (Instruction tables, modding support, mod symbol format, library conversion) (#89) 2024-08-26 23:06:34 -04:00
cgenerator.cpp Modding Support PR 1 (Instruction tables, modding support, mod symbol format, library conversion) (#89) 2024-08-26 23:06:34 -04:00
config.cpp Modding Support PR 1 (Instruction tables, modding support, mod symbol format, library conversion) (#89) 2024-08-26 23:06:34 -04:00
config.h Modding Support PR 1 (Instruction tables, modding support, mod symbol format, library conversion) (#89) 2024-08-26 23:06:34 -04:00
elf.cpp Modding Support PR 1 (Instruction tables, modding support, mod symbol format, library conversion) (#89) 2024-08-26 23:06:34 -04:00
main.cpp Modding Support PR 2 (Finished mod tool base feature set and improvements for use in N64ModernRuntime) (#93) 2024-09-09 22:49:57 -04:00
mod_symbols.cpp Various mod fixes (#95) 2024-09-12 18:54:08 -04:00
operations.cpp Modding Support PR 1 (Instruction tables, modding support, mod symbol format, library conversion) (#89) 2024-08-26 23:06:34 -04:00
recompilation.cpp Modding Support PR 2 (Finished mod tool base feature set and improvements for use in N64ModernRuntime) (#93) 2024-09-09 22:49:57 -04:00
symbol_lists.cpp Modding Support PR 1 (Instruction tables, modding support, mod symbol format, library conversion) (#89) 2024-08-26 23:06:34 -04:00