SPU Analyzer: Be more strict with loads

This commit is contained in:
Elad 2025-11-30 08:29:56 +02:00
parent 3c5c74c496
commit 7001940483

View file

@ -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();
}