diff options
| author | degasus <wickmarkus@web.de> | 2014-05-17 00:24:18 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-01-10 11:55:16 +0100 |
| commit | 8bdbe37c91b9c642ab2a3f4cbe265a9455870366 (patch) | |
| tree | 07eaf592c18c0d4287daeb60a54e7f638bcba4bc /Source/Core/VideoCommon | |
| parent | e32d63c43d7b03ec5137d3764ce9eb9309805809 (diff) | |
TexCache: Wipe pal hash
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index e3eb6a00fa..d84d90fc61 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -33,7 +33,6 @@ public: u32 addr; u32 size_in_bytes; u64 hash; - //u32 pal_hash; u32 format; enum TexCacheEntryType type; @@ -64,10 +63,9 @@ public: virtual_height = _virtual_height; } - void SetHashes(u64 _hash/*, u32 _pal_hash*/) + void SetHashes(u64 _hash) { hash = _hash; - //pal_hash = _pal_hash; } |
