mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
SPU Analyzer: Be more strict with loads
This commit is contained in:
parent
3c5c74c496
commit
7001940483
|
|
@ -5018,7 +5018,7 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
|||
ls_invalid = true;
|
||||
ls_write |= write;
|
||||
|
||||
if (write)
|
||||
if (ls_write)
|
||||
{
|
||||
return discard();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue