3DSGuy / Project_CTR

428 stars 66 forks source link

[makerom] Provided sample cia.rsf doesn't work due to typo #127

Closed ChainSwordCS closed 2 years ago

ChainSwordCS commented 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

jakcron commented 2 years ago

Thank you for spotting. The example RSF file is now updated.