diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-11-06 01:28:05 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-11-06 15:43:58 +0100 |
| commit | 81d9cce70c5a41b2791ab9cd5e69d4732becc34d (patch) | |
| tree | 1d704154ce6192ab1c2b1f69ddf846127c0cc59f /Source/Core/VideoCommon/MainBase.cpp | |
| parent | f26b3708e7c4979dc9a7cb5d0a6b55ee68cf637d (diff) | |
VideoCommon: rename TextureCache to TextureCacheBase
Diffstat (limited to 'Source/Core/VideoCommon/MainBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/MainBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/MainBase.cpp b/Source/Core/VideoCommon/MainBase.cpp index fc36906cdb..72ba4c5bef 100644 --- a/Source/Core/VideoCommon/MainBase.cpp +++ b/Source/Core/VideoCommon/MainBase.cpp @@ -227,7 +227,7 @@ void VideoBackendHardware::CheckInvalidState() m_invalid = false; BPReload(); - TextureCache::Invalidate(); + TextureCacheBase::Invalidate(); } } |
