Skip to content

Commit

Permalink
working example
Browse files Browse the repository at this point in the history
  • Loading branch information
marius committed Dec 27, 2022
1 parent 9b2f5e6 commit ca9b683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// https://gbatemp.net/threads/how-to-use-extra-memory-in-had-2-5.401529/
unsigned int __stacksize__= 512 * 1024;
// heap space required to load a world, to much for real hardware, will probably crash
unsigned int __ctru_heap_size = 106*1024*1024;
unsigned int __ctru_heap_size = 103*1024*1024;
// minimum amount of linear heap required seems to be 2MB 64 KB
unsigned int __ctru_linear_heap_size = (2 * 1024 * 1024) + (64 * 1024);
#endif
Expand Down

0 comments on commit ca9b683

Please sign in to comment.