summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2015-03-15 19:28:47 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2015-03-15 19:28:47 -0700
commitad64336137013a823c212e4e491dbb435aa11e5f (patch)
tree8ff42798b3298b3c9123824b801fad0230425820 /Source/Core/VideoCommon/TextureCacheBase.h
parent7cda374910ffa9fc9680035ea77083b1cc0d14d9 (diff)
quiet some warnings which appear on vs2015.
quieted warnings include shadowed variable names and integer extensions.
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 e048a3ff3c..b76883173b 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.h
+++ b/Source/Core/VideoCommon/TextureCacheBase.h
@@ -104,7 +104,7 @@ public:
// Removes textures which aren't used for more than TEXTURE_KILL_THRESHOLD frames,
// frameCount is the current frame number.
- static void Cleanup(int frameCount);
+ static void Cleanup(int _frameCount);
static void Invalidate();
static void MakeRangeDynamic(u32 start_address, u32 size);