summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorTilka <tilkax@gmail.com>2022-08-02 18:29:04 +0100
committerGitHub <noreply@github.com>2022-08-02 18:29:04 +0100
commit7d2d5d914bf3cacbecbb0bf8a642b616744aad54 (patch)
tree7b0d5b300960fb11308dd97cc4777b9c08355d33 /Source/Core/VideoCommon/TextureCacheBase.cpp
parente62ceab349c7120450f2da6c5d5f0a311707046a (diff)
parent17c554c1656fc6ea2df1463a97628379954b65ed (diff)
Merge pull request #10903 from shuffle2/hash-reorg
Common/Hash: use zlib-ng for adler32. small cleanups.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp
index 07bbe0aa2e..b17f80ba6f 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/TextureCacheBase.cpp
@@ -94,8 +94,6 @@ TextureCacheBase::TextureCacheBase()
HiresTexture::Init();
- Common::SetHash64Function();
-
TMEM::InvalidateAll();
}