N64Recomp icon indicating copy to clipboard operation
N64Recomp copied to clipboard

Continue recompiling functions even after hitting an error in a previous function

Open Rainchus opened this issue 10 months ago • 2 comments

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

Rainchus avatar Apr 11 '25 00:04 Rainchus

you can disable it stopping on errors with some simple code edits

arefdsg avatar Apr 11 '25 16:04 arefdsg