Fix second texture cache key, duh.

This commit is contained in:
Unknown W. Brackets 2013-04-23 23:32:49 -07:00
parent fd34a2e74d
commit 5d978fc626

View File

@ -803,6 +803,7 @@ void TextureCache::SetTexture() {
match = false;
gpuStats.numTextureInvalidations++;
secondKey = ((u64)entry->addr << 32) | (u64)(entry->fullhash ^ entry->clutaddr);
secondCache[secondKey] = *entry;
doDelete = false;
}