From e55a4b3ea53f63053bb15b924dfd15bd49e823a6 Mon Sep 17 00:00:00 2001 From: Yaroslav Kolomiiets Date: Fri, 4 Nov 2016 13:42:07 +0200 Subject: double-up image pool to fit modern resolutions --- emu/port/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emu') diff --git a/emu/port/alloc.c b/emu/port/alloc.c index e2206c3f..333f4fa3 100644 --- a/emu/port/alloc.c +++ b/emu/port/alloc.c @@ -50,7 +50,7 @@ struct { { "main", 0, 32*1024*1024, 31, 512*1024, 0, 31*1024*1024 }, { "heap", 1, 32*1024*1024, 31, 512*1024, 0, 31*1024*1024 }, - { "image", 2, 32*1024*1024+256, 31, 4*1024*1024, 1, 31*1024*1024 }, + { "image", 2, 64*1024*1024+256, 31, 4*1024*1024, 1, 63*1024*1024 }, } }; -- cgit v1.2.3