Fix derp with previous commit
This commit is contained in:
parent
9f2b66ac51
commit
33436ae2a6
@ -312,7 +312,7 @@ boot:
|
||||
else if(firmSource != FIRMWARE_SYSNAND)
|
||||
locateEmuNand(&firmSource);
|
||||
|
||||
if(bootType == FIRMLAUNCH)
|
||||
if(bootType != FIRMLAUNCH)
|
||||
{
|
||||
configData.bootConfig = ((bootType == NTR ? 1 : 0) << 7) | ((u32)isNoForceFlagSet << 6) | ((u32)firmSource << 3) | (u32)nandType;
|
||||
writeConfig(false);
|
||||
|
Reference in New Issue
Block a user