mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
Respect the stride for efb copies when hashing them
This commit is contained in:
@@ -114,6 +114,8 @@ public:
|
||||
u32 CacheLinesPerRow() const;
|
||||
|
||||
void Zero(u8* ptr);
|
||||
|
||||
u64 CalculateHash() const;
|
||||
};
|
||||
|
||||
virtual ~TextureCache(); // needs virtual for DX11 dtor
|
||||
|
||||
Reference in New Issue
Block a user