mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
SPU LLVM: Enable PUTLLC16 if accurate reservations is off
This commit is contained in:
parent
f980c59860
commit
60b7448d8a
2 changed files with 33 additions and 48 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue