mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-26 05:32:45 +00:00
Fix derp
This commit is contained in:
parent
27d7d5c036
commit
1cad3e44d5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user