diff options
| author | degasus <wickmarkus@web.de> | 2014-11-05 22:09:39 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-01-10 12:22:03 +0100 |
| commit | 38f42da55aa49d438fda123ccd7c7126e23714f4 (patch) | |
| tree | d3fe3ac9ae704185225ccccadb011d4159c43bcc /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | 614d058db14f4a282e27a8c21402f45cfaa5be88 (diff) | |
TexCache: remove expanded_width
This variable isn't use any more.
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 d84d90fc61..0b8cf48918 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -98,7 +98,7 @@ public: static bool Find(u32 start_address, u64 hash); virtual TCacheEntryBase* CreateTexture(unsigned int width, unsigned int height, - unsigned int expanded_width, unsigned int tex_levels, PC_TexFormat pcfmt) = 0; + unsigned int tex_levels, PC_TexFormat pcfmt) = 0; virtual TCacheEntryBase* CreateRenderTargetTexture(unsigned int scaled_tex_w, unsigned int scaled_tex_h) = 0; virtual void CompileShaders() = 0; // currently only implemented by OGL |
