diff options
Diffstat (limited to 'scumm/scumm.cpp')
| -rw-r--r-- | scumm/scumm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 638b8c3002..333b25ac56 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1754,6 +1754,9 @@ int ScummEngine::init(GameDetector &detector) { // Since the new costumes are very big, we increase the heap limit, to avoid having // to constantly reload stuff from the data files. res._maxHeapThreshold = 2500000; +#ifdef __PLAYSTATION2__ + res._maxHeapThreshold = 6 * 1024 * 1024; +#endif } else { res._maxHeapThreshold = 550000; } |
