N64ModernRuntime/librecomp
Wiseguy cdfe416809
Mod function hooking (#80)
* Prevent mods from replacing functions patched by the base recomp unless they're marked as Force

* Implement function hooking for functions replaced by mods

* Add support for hooking non-relocated functions that aren't replaced by a mod

* Only create the regenerated code handle if any functions need to be regenerated

* Implement relocs for function regeneration in hooking

* Implement hooking of functions patched by the base recomp

* Fix base event index tracking when loading mods

* Update to N64Recomp main branch after merge
2025-01-26 22:03:36 -05:00
..
include/librecomp Mod function hooking (#80) 2025-01-26 22:03:36 -05:00
src Mod function hooking (#80) 2025-01-26 22:03:36 -05:00
CMakeLists.txt Mod function hooking (#80) 2025-01-26 22:03:36 -05:00