SPU LLVM: Disable PUTLLC16 optimization on accurate RSX reservations
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user