mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Revert "Fix dumping NTR AGING cart"
This reverts commit d6490453ba9bebbc82b97c5ac9e20bf21eab01e3.
This commit is contained in:
parent
df5e80bb98
commit
cf84ce4fa4
@ -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(!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]);
|
//Debug("secure area %08X %08X", secureArea[0], secureArea[1]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user