mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
sept-s: revise splash (larger, square)
This commit is contained in:
parent
0df92148a4
commit
4a60cee5ff
2 changed files with 13 additions and 3 deletions
|
@ -93,6 +93,11 @@ static void exfiltrate_keys_and_reboot_if_needed(void) {
|
||||||
pmc->secure_scratch5 = 0xCCCCCCCC;
|
pmc->secure_scratch5 = 0xCCCCCCCC;
|
||||||
pmc->secure_scratch6 = 0xCCCCCCCC;
|
pmc->secure_scratch6 = 0xCCCCCCCC;
|
||||||
pmc->secure_scratch7 = 0xCCCCCCCC;
|
pmc->secure_scratch7 = 0xCCCCCCCC;
|
||||||
|
|
||||||
|
/* Clear all keyslots except for SBK/SSK. */
|
||||||
|
for (size_t k = 0; k < 0xE; k++) {
|
||||||
|
clear_aes_keyslot(k);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue