mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 16:59:03 +00:00
makerom: misc
This commit is contained in:
@@ -235,6 +235,7 @@ int GetSettingsFromNcch0(cia_settings *ciaset, u32 ncch0_offset)
|
|||||||
GetNcchInfo(info,hdr);
|
GetNcchInfo(info,hdr);
|
||||||
|
|
||||||
/* Verify Ncch0 (Sig&Hash Checks) */
|
/* Verify Ncch0 (Sig&Hash Checks) */
|
||||||
|
ciaset->content.keyFound = true;
|
||||||
int result = VerifyNcch(ncch0, ciaset->keys, false, ciaset->verbose == false);
|
int result = VerifyNcch(ncch0, ciaset->keys, false, ciaset->verbose == false);
|
||||||
if(result == UNABLE_TO_LOAD_NCCH_KEY){
|
if(result == UNABLE_TO_LOAD_NCCH_KEY){
|
||||||
ciaset->content.keyFound = false;
|
ciaset->content.keyFound = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user