From 61cd74fcd0f34c710aba5cb0c55a878a29898a4b Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Tue, 19 Jul 2016 09:52:18 +0800 Subject: [PATCH] revert psp cache --- projects/mtg/include/WResourceManagerImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/WResourceManagerImpl.h b/projects/mtg/include/WResourceManagerImpl.h index b44da2728..c460be262 100644 --- a/projects/mtg/include/WResourceManagerImpl.h +++ b/projects/mtg/include/WResourceManagerImpl.h @@ -11,7 +11,7 @@ #include #if defined (PSP) -#define HUGE_CACHE_LIMIT 28000000 // Size of the cache for PSP (in bytes) - old value is 20mb increased to 28mb +#define HUGE_CACHE_LIMIT 20000000 // 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