forked from Mirror/GodMode9
Simple confirmation instead of unlock sequence for FIRM boots
This commit is contained in:
parent
da7599d05c
commit
b4ee86d4ef
@ -786,7 +786,8 @@ u32 BootFirmHandler(const char* bootpath, bool verbose, bool delete) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose && !ShowUnlockSequence(3, "%s (%dkB)\nBoot FIRM via chainloader?", pathstr, firm_size / 1024))
|
if (verbose && !ShowPrompt(true, "%s (%dkB)\nWarning: Do not boot FIRMs\nfrom untrusted sources.\n \nBoot FIRM?",
|
||||||
|
pathstr, firm_size / 1024))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
void* firm = (void*) TEMP_BUFFER;
|
void* firm = (void*) TEMP_BUFFER;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user