Merge pull request #766 from kevlahnota/master

psp cache
This commit is contained in:
Anthony Calosa
2016-07-18 12:47:01 +08:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
#include "JLogger.h" #include "JLogger.h"
#include <sstream> #include <sstream>
#ifdef PSP #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 28000000 // Size of the cache for PSP (in bytes) - old value is 20mb increased to 28mb
#else #else
#define HUGE_CACHE_LIMIT 60000000 // Size of the cache for Windows and Linux (in bytes) - old value is 20mb increased to 60mb #define HUGE_CACHE_LIMIT 60000000 // Size of the cache for Windows and Linux (in bytes) - old value is 20mb increased to 60mb