Disable PUTLLC16 again

This commit is contained in:
Elad Ashkenazi 2024-07-07 12:23:06 +03:00
parent 8333830bd7
commit 7f8eec9dca
2 changed files with 6 additions and 1 deletions

View file

@ -7141,6 +7141,11 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
value.reg2 = pattern.reg2;
}
if (true)
{
continue;
}
add_pattern(false, inst_attr::putllc16, pattern.put_pc - result.entry_point, value.data);
spu_log.success("PUTLLC16 Pattern Detected! (mem_count=%d, put_pc=0x%x, pc_rel=%d, offset=0x%x, const=%u, two_regs=%d, reg=%u, runtime=%d, 0x%x-%s) (putllc0=%d, putllc16+0=%d, all=%d)"