Closed ChainSwordCS closed 2 years ago
The sample cia.rsf file throws an error when makerom is attempted.
[EXHEADER ERROR] Unexpected SystemModeExt: 128MB [EXHEADER ERROR] Failed to create ExHeader [NCCH ERROR] Failed to build ExHeader [NCCH ERROR] NCCH Build Process Failed [RESULT] Failed to build NCCH (ret = -11)
This is just a simple typo on line 79 of that file;
SystemModeExt : 128MB should instead be SystemModeExt : 124MB
SystemModeExt : 128MB
SystemModeExt : 124MB
Thank you for spotting. The example RSF file is now updated.
The sample cia.rsf file throws an error when makerom is attempted.
[EXHEADER ERROR] Unexpected SystemModeExt: 128MB [EXHEADER ERROR] Failed to create ExHeader [NCCH ERROR] Failed to build ExHeader [NCCH ERROR] NCCH Build Process Failed [RESULT] Failed to build NCCH (ret = -11)
This is just a simple typo on line 79 of that file;
SystemModeExt : 128MB
should instead beSystemModeExt : 124MB