gliden64: disable texture cache option, since internally it's hardcoded to 8000 now

This commit is contained in:
feos 2018-06-23 00:00:08 +03:00
parent 9ddeaed84c
commit fc03be879f
2 changed files with 3978 additions and 3976 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
UseNativeResolutionFactor = 0;
bilinearMode = bilinearFilteringMode.Standard;
MaxAnisotropy = false;
CacheSize = 500;
CacheSize = 8000;
EnableNoise = true;
EnableLOD = true;
EnableHWLighting = false;