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