Minor stuff (2)

This commit is contained in:
Aurora 2016-11-12 02:37:46 +01:00
parent 1cad3e44d5
commit 3d477d3565

View File

@ -108,7 +108,7 @@ static inline void installer(bool isOtpless)
shutdown(1, "Error: failed to mount the SD card"); shutdown(1, "Error: failed to mount the SD card");
//If making a first install on O3DS, we need the OTP //If making a first install on O3DS, we need the OTP
if(!ISA9LH && (ISDEVUNIT || !ISN3DS)) if(!ISA9LH && (!ISN3DS || ISDEVUNIT))
{ {
const char otpPath[] = "a9lh/otp.bin"; const char otpPath[] = "a9lh/otp.bin";