From cf84ce4fa49b969ce4bf7ef85bf588e9e98ddb93 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Tue, 8 Aug 2017 11:53:47 +0200 Subject: [PATCH] Revert "Fix dumping NTR AGING cart" This reverts commit d6490453ba9bebbc82b97c5ac9e20bf21eab01e3. --- source/gamecart/secure_ntr.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/gamecart/secure_ntr.c b/source/gamecart/secure_ntr.c index 082c5fb..82853ff 100644 --- a/source/gamecart/secure_ntr.c +++ b/source/gamecart/secure_ntr.c @@ -322,10 +322,7 @@ bool NTR_Secure_Init (u8* header, u32 CartID, int iCardDevice) if(!iCardDevice) //CycloDS doesn't like the dsi secure area being decrypted { - if(secureArea[0] != 0x72636e65/*'encr'*/ || secureArea[1] != 0x6a624f79/*'yObj'*/) // already decrypted? - { - NTR_DecryptSecureArea (iGameCode, iCardHash, nCardHash, iKeyCode, secureArea, iCardDevice); - } + NTR_DecryptSecureArea (iGameCode, iCardHash, nCardHash, iKeyCode, secureArea, iCardDevice); } //Debug("secure area %08X %08X", secureArea[0], secureArea[1]);