psp fix 3

This commit is contained in:
Anthony Calosa
2016-07-21 15:36:16 +08:00
parent f275792604
commit f996510969
3 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
#include <sstream>
#if defined (PSP)
#define HUGE_CACHE_LIMIT 20000000 // Size of the cache for PSP (in bytes) - old value is 20mb - reverted
#define HUGE_CACHE_LIMIT 25000000 // Size of the cache for PSP (in bytes) - old value is 20mb - reverted
#else
#define HUGE_CACHE_LIMIT 60000000 // Size of the cache for Windows and Linux (in bytes) - old value is 20mb increased to 60mb
#endif