mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
TextureCacheBase: Eliminate static state
This commit is contained in:
@ -243,6 +243,6 @@ void VideoBackendBase::CheckInvalidState()
|
||||
m_invalid = false;
|
||||
|
||||
BPReload();
|
||||
TextureCacheBase::Invalidate();
|
||||
g_texture_cache->Invalidate();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user