mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
raied _maxHeapThreshold per suggestion by Marcus Comstedt (this means we use up to 450 K memory more, but it avoid frequent reloading of stuff)
svn-id: r7161
This commit is contained in:
parent
648add8aa8
commit
dfd99bbb13
@ -1792,7 +1792,7 @@ void Scumm::mainRun() {
|
||||
void Scumm::launch() {
|
||||
gdi._vm = this;
|
||||
|
||||
_maxHeapThreshold = 450000;
|
||||
_maxHeapThreshold = 900000;
|
||||
_minHeapThreshold = 400000;
|
||||
|
||||
_verbRedraw = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user