diff options
| author | Mat M <mathew1800@gmail.com> | 2017-04-08 16:49:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-08 16:49:04 -0400 |
| commit | 4ba61847859e1c11b39513d5008a2492c036e607 (patch) | |
| tree | 45b8e19802412ad69e397f22842624b5affe7cec /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | 9a7c28026b89fce3f368d973eb4fee4daa65889c (diff) | |
| parent | cef5bd4a093482856f94e43361645e988289ab89 (diff) | |
Merge pull request #5216 from ligfx/removeshadowedtlut
TextureCacheBase: remove duplicated variable
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index 4894914b5c..0db64e5996 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -866,7 +866,6 @@ TextureCacheBase::TCacheEntryBase* TextureCacheBase::Load(const u32 stage) const u8*& mip_src_data = from_tmem ? ((level % 2) ? ptr_odd : ptr_even) : src_data; size_t mip_size = TexDecoder_GetTextureSizeInBytes(expanded_mip_width, expanded_mip_height, texformat); - const u8* tlut = &texMem[tlutaddr]; if (decode_on_gpu) { |
