Increased heap by 768 bytes (#7097)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90 2025-06-11 17:55:32 +02:00 committed by GitHub
parent 192bc1ec20
commit c9a49e696e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ struct MemBlock
u8 data[0];
};
#define HEAP_SIZE 0x1C000
#define HEAP_SIZE 0x1C300
extern u8 gHeap[HEAP_SIZE];
#if TESTING || !defined(NDEBUG)