Settings: Bump maximum hash cache size
Hopefully mobile will be okay with it.. I know Adreno GL craps out around 8,000 texture objects.
This commit is contained in:
parent
53008eb34a
commit
f1435dcf67
|
@ -234,7 +234,7 @@ struct Settings
|
||||||
{
|
{
|
||||||
struct Configuration
|
struct Configuration
|
||||||
{
|
{
|
||||||
static constexpr u32 DEFAULT_MAX_HASH_CACHE_ENTRIES = 500;
|
static constexpr u32 DEFAULT_MAX_HASH_CACHE_ENTRIES = 1200;
|
||||||
static constexpr u32 DEFAULT_MAX_HASH_CACHE_VRAM_USAGE_MB = 2048;
|
static constexpr u32 DEFAULT_MAX_HASH_CACHE_VRAM_USAGE_MB = 2048;
|
||||||
static constexpr u32 DEFAULT_MAX_REPLACEMENT_CACHE_VRAM_USAGE_MB = 512;
|
static constexpr u32 DEFAULT_MAX_REPLACEMENT_CACHE_VRAM_USAGE_MB = 512;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue