mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06: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