SPU LLVM: Enable PUTLLC16 if accurate reservations is off

This commit is contained in:
Elad Ashkenazi 2024-08-11 16:31:18 +03:00
parent f980c59860
commit 60b7448d8a
2 changed files with 33 additions and 48 deletions

View file

@ -7133,8 +7133,9 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
value.reg2 = pattern.reg2;
}
if (true)
if (g_cfg.core.spu_accurate_reservations)
{
// Because enabling it is a hack, as it turns out
continue;
}