summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2022-07-22 08:52:26 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2022-08-01 10:07:27 -0700
commit17c554c1656fc6ea2df1463a97628379954b65ed (patch)
tree9eb9c08e2fb6216c44ad4c783ca0bd7fe1242ed8 /Source/Core/VideoCommon/TextureCacheBase.cpp
parentfb45ed3981d4aaaaa55fcd16686bba68fed2c4f1 (diff)
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();
}