From 6e021f22b8c61654aa1e72ceef16202a11d42016 Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 28 Dec 2017 21:38:38 -0500 Subject: svc: Implement MapMemory. --- src/core/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/memory.h') diff --git a/src/core/memory.h b/src/core/memory.h index 8c60f1dd3..71ba487fc 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -136,7 +136,7 @@ enum : VAddr { /// Application heap (includes stack). HEAP_VADDR = 0x108000000, - HEAP_SIZE = 0x08000000, + HEAP_SIZE = 0x18000000, HEAP_VADDR_END = HEAP_VADDR + HEAP_SIZE, /// Area where shared memory buffers are mapped onto. -- cgit v1.2.3