[makerom] Separated ELF processing from code segment construction. StackSize now read from exheader template.

This commit is contained in:
jakcron
2015-11-03 16:18:01 +08:00
parent 7116b5549f
commit 3cb804ee6a
14 changed files with 722 additions and 1084 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
int BuildExeFsCode(ncch_settings *ncchset);