custom tex: support v1 (content+pal) and v3 (...+format) hashes only
This commit is contained in:
parent
e2b3ef147d
commit
75bfd25224
|
@ -561,7 +561,7 @@ void BaseTextureCacheData::ComputeHash()
|
|||
texture_hash = XXH32(&vram[sa], size, 7);
|
||||
if (IsPaletted())
|
||||
texture_hash ^= palette_hash;
|
||||
old_texture_hash = texture_hash ^ tcw.full;
|
||||
old_texture_hash = texture_hash;
|
||||
texture_hash ^= tcw.full & 0xFC000000; // everything but texaddr, reserved and stride
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue