SPU: Enable PUTLLC16 with RTIME checks

This commit is contained in:
Elad Ashkenazi 2024-06-10 08:18:13 +03:00
parent c73302f715
commit 8b1e7c6a48
2 changed files with 5 additions and 10 deletions

View file

@ -6686,12 +6686,6 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
auto& stats = g_fxo->get<putllc16_statistics_t>();
had_putllc_evaluation = true;
if (!g_cfg.core.spu_debug)
{
// TODO
continue;
}
if (!pattern.ls_write)
{
spu_log.success("PUTLLC0 Pattern Detected! (put_pc=0x%x, %s) (putllc0=%d, putllc16+0=%d, all=%d)", pattern.put_pc, func_hash, ++stats.nowrite, ++stats.single, +stats.all);