mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
TextureCacheBase: Eliminate static state
This commit is contained in:
parent
1fa61af413
commit
58a5395173
21 changed files with 141 additions and 163 deletions
|
@ -243,6 +243,6 @@ void VideoBackendBase::CheckInvalidState()
|
|||
m_invalid = false;
|
||||
|
||||
BPReload();
|
||||
TextureCacheBase::Invalidate();
|
||||
g_texture_cache->Invalidate();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue