summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2025-01-12 16:16:09 +0100
committerGitHub <noreply@github.com>2025-01-12 16:16:09 +0100
commit3ea870ef8c5f4d4b86bd3ce0c2e3ddba6f1f25aa (patch)
tree0df609b25ad7b403f12c49e2a0f3d089ba55164a /Source/Core/VideoCommon/TextureCacheBase.cpp
parentede963d4dbfaeefe002eddbe4251f005a3d7379b (diff)
parent07f712f8a0c208e4610526fc9ccc307bab099f84 (diff)
Merge pull request #13244 from dreamsyntax/bugfix-double-osd-texture-messages
Core/VideoCommon: Fix duplicate OSD Custom Textures messages
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 a624734d60..61882476d7 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/TextureCacheBase.cpp
@@ -99,8 +99,6 @@ TextureCacheBase::TextureCacheBase()
TexDecoder_SetTexFmtOverlayOptions(m_backup_config.texfmt_overlay,
m_backup_config.texfmt_overlay_center);
- HiresTexture::Init();
-
TMEM::InvalidateAll();
}