diff --git a/ctrtool/ncch.c b/ctrtool/ncch.c index f8e8dc2d..4a781be2 100644 --- a/ctrtool/ncch.c +++ b/ctrtool/ncch.c @@ -589,6 +589,8 @@ void ncch_print(ncch_context* ctx) fprintf(stdout, " > Crypto key: %s\n", programid_is_system(header->programid)? "Fixed":"Zeros"); else if (header->flags[3] & 1) fprintf(stdout, " > Crypto key: Secure2\n"); + else if (header->flags[3] & 10) + fprintf(stdout, " > Crypto key: secure3 (New 3DS)\n"); else fprintf(stdout, " > Crypto key: Secure\n"); fprintf(stdout, " > Form type: %s\n", formtypetostring(header->flags[5]));