N64Recomp
N64Recomp copied to clipboard
Continue recompiling functions even after hitting an error in a previous function
If the recompiler hits an issue where it can't recompile a function, it will display the function that failed to recompile and exit the program. This means you must recompile your decomp project to generate a new elf, and then copy it over as you fix the functions 1 by 1. A way to make the recompiler continue even after hitting an error in a previous function would speed up the setup process quite a bit
you can disable it stopping on errors with some simple code edits