diff options
| author | JMC47 <JMC4789@gmail.com> | 2021-05-09 15:20:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 15:20:53 -0400 |
| commit | eb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68 (patch) | |
| tree | 41a119b2d82a502985506cf904dd83406d110662 /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | a66852d37cba397613a5ce46d62e466e4047db70 (diff) | |
| parent | 6fd7867c5647bafca5eb5ccfd30ec054307cbc63 (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.h | 2 |
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); |
