Implemented unaligned stores in live generator, begin improving error handling in live generator

This commit is contained in:
Mr-Wiseguy 2024-12-18 02:49:57 -05:00
parent aa765c435f
commit 3672805121
2 changed files with 175 additions and 38 deletions

View file

@ -108,6 +108,7 @@ namespace N64Recomp {
sljit_compiler* compiler;
LiveGeneratorInputs inputs;
mutable std::unique_ptr<LiveGeneratorContext> context;
mutable bool errored;
};
void live_recompiler_init();