From 1380bc9940972d761b4562d2cd71ad8781ac1577 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Mon, 18 Jul 2016 12:44:19 +0800 Subject: [PATCH] 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 e0da84de0..b44da2728 100644 --- a/projects/mtg/include/WResourceManagerImpl.h +++ b/projects/mtg/include/WResourceManagerImpl.h @@ -10,7 +10,7 @@ #include "JLogger.h" #include -#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 #else #define HUGE_CACHE_LIMIT 60000000 // Size of the cache for Windows and Linux (in bytes) - old value is 20mb increased to 60mb