mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-09-10 02:36:17 -05:00
Implemented RSP microcode recompilation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user