Increased heap by 768 bytes (#7097)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
192bc1ec20
commit
c9a49e696e
@ -41,7 +41,7 @@ struct MemBlock
|
|||||||
u8 data[0];
|
u8 data[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define HEAP_SIZE 0x1C000
|
#define HEAP_SIZE 0x1C300
|
||||||
extern u8 gHeap[HEAP_SIZE];
|
extern u8 gHeap[HEAP_SIZE];
|
||||||
|
|
||||||
#if TESTING || !defined(NDEBUG)
|
#if TESTING || !defined(NDEBUG)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user