nintendoswitch: Add env parser and removed unused stuff

*	Heap allocation based on available ram
*	Added homebrew launcher parser (for overriden heap)
*	Removed unused stuff (moved to gonx)
*	Kept require code at minimum to work in a real device
*	Moved everything to a single file
This commit is contained in:
Lucas Teske
2020-09-13 20:52:01 -03:00
committed by Ayke
parent d424b3d7ea
commit 387bca8e32
9 changed files with 300 additions and 122 deletions
+3 -2
View File
@@ -9,9 +9,10 @@
"libc": "picolibc",
"gc": "conservative",
"relocation-model": "pic",
"cpu": "cortex-a57",
"cflags": [
"-target", "aarch64-none-linux-gnu",
"-mtune=cortex-a57",
"-target", "aarch64-unknown-none",
"-mcpu=cortex-a57",
"-fPIE",
"-Werror",
"-Qunused-arguments",