mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 07:04:24 -04:00
boot: reduce memory footprint
This commit is contained in:
parent
6abd756e0c
commit
ae2fa2fa60
2 changed files with 3 additions and 3 deletions
|
@ -46,8 +46,8 @@ extern "C" {
|
|||
|
||||
u32 __nx_applet_type = AppletType_None;
|
||||
|
||||
/* TODO: Evaluate to what extent this can be reduced. */
|
||||
#define INNER_HEAP_SIZE 0x200000
|
||||
/* TODO: Evaluate to what extent this can be reduced further. */
|
||||
#define INNER_HEAP_SIZE 0x20000
|
||||
size_t nx_inner_heap_size = INNER_HEAP_SIZE;
|
||||
char nx_inner_heap[INNER_HEAP_SIZE];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue