Respect the stride for efb copies when hashing them

This commit is contained in:
mimimi085181
2015-09-13 13:30:56 +02:00
parent a91810ba3b
commit e24b8c4ab7
2 changed files with 33 additions and 2 deletions

View File

@ -114,6 +114,8 @@ public:
u32 CacheLinesPerRow() const;
void Zero(u8* ptr);
u64 CalculateHash() const;
};
virtual ~TextureCache(); // needs virtual for DX11 dtor