mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
SPU LLVM: Disable PUTLLC16 optimization on accurate RSX reservations
This commit is contained in:
parent
d3ab62c4b1
commit
e94928318e
@ -6698,6 +6698,12 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
||||
continue;
|
||||
}
|
||||
|
||||
if (g_cfg.core.rsx_accurate_res_access)
|
||||
{
|
||||
// For now it is skipped completely in this case
|
||||
continue;
|
||||
}
|
||||
|
||||
union putllc16_info
|
||||
{
|
||||
u32 data;
|
||||
|
Loading…
Reference in New Issue
Block a user