mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Respect the stride for efb copies when hashing them
This commit is contained in:
parent
a91810ba3b
commit
e24b8c4ab7
2 changed files with 33 additions and 2 deletions
|
@ -114,6 +114,8 @@ public:
|
|||
u32 CacheLinesPerRow() const;
|
||||
|
||||
void Zero(u8* ptr);
|
||||
|
||||
u64 CalculateHash() const;
|
||||
};
|
||||
|
||||
virtual ~TextureCache(); // needs virtual for DX11 dtor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue