summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2015-02-24 05:35:49 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2015-02-24 05:35:49 -0600
commit4e5d115bf0fcff7e78b93868adb38a6726b1ee3e (patch)
treedb741759275817ac4e67b8566568aaf39cb0e799 /Source/Core/VideoCommon/TextureCacheBase.cpp
parentbe6a151355a8a29f59a9304dda6324b1552d7636 (diff)
parente67145713c0eacb46e5355543740dd3df2535a88 (diff)
Merge pull request #2114 from Tilka/fix_warnings
Fix some warnings
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp
index 62fdfa80d2..7bd5a6b570 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/TextureCacheBase.cpp
@@ -23,7 +23,7 @@
static const u64 TEXHASH_INVALID = 0;
static const int TEXTURE_KILL_THRESHOLD = 10;
static const int TEXTURE_POOL_KILL_THRESHOLD = 3;
-static const u64 FRAMECOUNT_INVALID = 0;
+static const int FRAMECOUNT_INVALID = 0;
TextureCache *g_texture_cache;