mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #2158 from degasus/texcache
TexCache: increase TEXTURE_KILL_THRESHOLD
This commit is contained in:
commit
ba7186b8ae
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user