mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-21 01:31:39 +00:00
Core/VideoCommon: Fix duplicate OSD Custom Textures messages
Resolves duplicate OSD messages for Loading and Found custom textures. VideoBackend initialization results in HiresTexture::Init being called. We already call HiresTexture::Update when OnNewTitleLoad is called. Thus we can remove HiresTextures::Init completely as it is redundant.
This commit is contained in:
parent
05cad38abc
commit
07f712f8a0
3 changed files with 0 additions and 8 deletions
|
@ -99,8 +99,6 @@ TextureCacheBase::TextureCacheBase()
|
|||
TexDecoder_SetTexFmtOverlayOptions(m_backup_config.texfmt_overlay,
|
||||
m_backup_config.texfmt_overlay_center);
|
||||
|
||||
HiresTexture::Init();
|
||||
|
||||
TMEM::InvalidateAll();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue