[makerom] Cleaned up "desc" presets

This commit is contained in:
jakcron
2015-12-23 14:49:19 +08:00
parent 59c5df9d8c
commit 103fc09d72
11 changed files with 272 additions and 815 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ int get_ExHeaderSettingsFromNcchset(exheader_settings *exhdrset, ncch_settings *
/* Transfer settings */
exhdrset->keys = ncchset->keys;
exhdrset->rsf = ncchset->rsfSet;
exhdrset->useAccessDescPreset = ncchset->keys->accessDescSign.presetType != desc_preset_NONE;
exhdrset->useAccessDescPreset = ncchset->keys->accessDescSign.presetType != desc_NotSpecified;
/* Creating Output Buffer */
ncchset->sections.exhdr.size = sizeof(extended_hdr);