From 3d477d356513054dc3b33101af8fa00dbc3dc268 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sat, 12 Nov 2016 02:37:46 +0100 Subject: [PATCH] Minor stuff (2) --- source/installer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installer.c b/source/installer.c index cd66534..4e027b7 100755 --- a/source/installer.c +++ b/source/installer.c @@ -108,7 +108,7 @@ static inline void installer(bool isOtpless) shutdown(1, "Error: failed to mount the SD card"); //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";