summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2021-05-09 15:20:53 -0400
committerGitHub <noreply@github.com>2021-05-09 15:20:53 -0400
commiteb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68 (patch)
tree41a119b2d82a502985506cf904dd83406d110662 /Source/Core/VideoCommon/TextureCacheBase.h
parenta66852d37cba397613a5ce46d62e466e4047db70 (diff)
parent6fd7867c5647bafca5eb5ccfd30ec054307cbc63 (diff)
Merge pull request #9694 from iwubcode/xfb-tcache-hash
VideoCommon: update TextureCache logic for finding oversized XFBs
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h
index 599f1c2a79..f07feadde5 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.h
+++ b/Source/Core/VideoCommon/TextureCacheBase.h
@@ -284,7 +284,7 @@ private:
void SetBackupConfig(const VideoConfig& config);
- TCacheEntry* GetXFBFromCache(u32 address, u32 width, u32 height, u32 stride, u64 hash);
+ TCacheEntry* GetXFBFromCache(u32 address, u32 width, u32 height, u32 stride);
TCacheEntry* ApplyPaletteToEntry(TCacheEntry* entry, u8* palette, TLUTFormat tlutfmt);