mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
SPU LLVM: Disable PUTLLC16 optimization on accurate RSX reservations
This commit is contained in:
parent
d3ab62c4b1
commit
e94928318e
1 changed files with 6 additions and 0 deletions
|
@ -6698,6 +6698,12 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (g_cfg.core.rsx_accurate_res_access)
|
||||||
|
{
|
||||||
|
// For now it is skipped completely in this case
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
union putllc16_info
|
union putllc16_info
|
||||||
{
|
{
|
||||||
u32 data;
|
u32 data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue