mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-22 11:18:45 -05:00
VideoCommon: rename TextureCache to TextureCacheBase
This commit is contained in:
@@ -227,7 +227,7 @@ void VideoBackendHardware::CheckInvalidState()
|
||||
m_invalid = false;
|
||||
|
||||
BPReload();
|
||||
TextureCache::Invalidate();
|
||||
TextureCacheBase::Invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user