mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 19:45:49 +00:00
VideoCommon: make hash independet from hires textures
This commit is contained in:
parent
f8184858da
commit
c6dd5044d6
3 changed files with 5 additions and 10 deletions
|
@ -16,4 +16,4 @@ u64 GetCRC32(const u8 *src, int len, u32 samples); // SSE4.2 version of CRC32
|
|||
u64 GetHashHiresTexture(const u8 *src, int len, u32 samples);
|
||||
u64 GetMurmurHash3(const u8 *src, int len, u32 samples);
|
||||
u64 GetHash64(const u8 *src, int len, u32 samples);
|
||||
void SetHash64Function(bool useHiresTextures);
|
||||
void SetHash64Function();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue