diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2022-07-22 08:52:26 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2022-08-01 10:07:27 -0700 |
| commit | 17c554c1656fc6ea2df1463a97628379954b65ed (patch) | |
| tree | 9eb9c08e2fb6216c44ad4c783ca0bd7fe1242ed8 /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | fb45ed3981d4aaaaa55fcd16686bba68fed2c4f1 (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.cpp | 2 |
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(); } |
