mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-24 12:24:59 +00:00
Implemented RSP microcode recompilation
This commit is contained in:
parent
877524cf94
commit
217a30b032
10 changed files with 2424 additions and 39 deletions
|
@ -960,6 +960,7 @@ bool process_instruction(const RecompPort::Context& context, const RecompPort::F
|
|||
return false;
|
||||
}
|
||||
|
||||
// TODO is this used?
|
||||
if (emit_link_branch) {
|
||||
fmt::print(output_file, " after_{}:\n", link_branch_index);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue