Skip to content

Commit

Permalink
Merge pull request #2158 from degasus/texcache
Browse files Browse the repository at this point in the history
TexCache: increase TEXTURE_KILL_THRESHOLD
  • Loading branch information
degasus committed Mar 1, 2015
2 parents d3c9701 + 7ca24f9 commit ba7186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/TextureCacheBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "VideoCommon/VideoConfig.h"

static const u64 TEXHASH_INVALID = 0;
static const int TEXTURE_KILL_THRESHOLD = 10;
static const int TEXTURE_KILL_THRESHOLD = 60;
static const int TEXTURE_POOL_KILL_THRESHOLD = 3;
static const int FRAMECOUNT_INVALID = 0;

Expand Down

0 comments on commit ba7186b

Please sign in to comment.