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
+1
View File
@@ -17,6 +17,7 @@ SECTIONS
KEEP(*(.text.jmp))
. = 0x80;
KEEP(*(.text.start))
*(.text .text.*)
*(.plt .plt.*)