mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 15:14:23 -04:00
strat: update for latest libnx commit
This commit is contained in:
parent
e5d62025d3
commit
fbb5730369
6 changed files with 17 additions and 13 deletions
|
@ -46,6 +46,7 @@ extern "C" {
|
|||
|
||||
u32 __nx_applet_type = AppletType_None;
|
||||
|
||||
/* TODO: Evaluate to what extent this can be reduced. */
|
||||
#define INNER_HEAP_SIZE 0x200000
|
||||
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