mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-18 09:24:54 +00:00
Implemented unaligned stores in live generator, begin improving error handling in live generator
This commit is contained in:
parent
aa765c435f
commit
3672805121
2 changed files with 175 additions and 38 deletions
|
@ -108,6 +108,7 @@ namespace N64Recomp {
|
|||
sljit_compiler* compiler;
|
||||
LiveGeneratorInputs inputs;
|
||||
mutable std::unique_ptr<LiveGeneratorContext> context;
|
||||
mutable bool errored;
|
||||
};
|
||||
|
||||
void live_recompiler_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue