This commit is contained in:
Aurora 2016-11-12 00:55:57 +01:00
parent 27d7d5c036
commit 1cad3e44d5

View File

@ -128,7 +128,7 @@ static inline void installer(bool isOtpless)
} }
//Setup the key sector de/encryption with the SHA register or otp.bin //Setup the key sector de/encryption with the SHA register or otp.bin
if(ISA9LH || (!ISDEVUNIT && !ISN3DS)) setupKeyslot0x11(otp); if(ISA9LH || !ISN3DS || ISDEVUNIT) setupKeyslot0x11(otp);
//Calculate the CTR for the 3DS partitions //Calculate the CTR for the 3DS partitions
getNandCtr(); getNandCtr();