From 1cad3e44d5c623ef7bf1b9a0878a141e98ccc935 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sat, 12 Nov 2016 00:55:57 +0100 Subject: [PATCH] Fix derp --- source/installer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installer.c b/source/installer.c index 9e7216a..cd66534 100755 --- a/source/installer.c +++ b/source/installer.c @@ -128,7 +128,7 @@ static inline void installer(bool isOtpless) } //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 getNandCtr();