mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
Fix warmboot vs cpu_on check
This commit is contained in:
parent
03c1ad7119
commit
4a2c9229ee
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ void __attribute__((noreturn)) warmboot_main(void) {
|
|||
identity_unmap_iram_cd_tzram();
|
||||
|
||||
/* On warmboot (not cpu_on) only */
|
||||
if (MC_SECURITY_CFG0_0 != 0) {
|
||||
if (MC_SECURITY_CFG3_0 == 0) {
|
||||
if (!configitem_is_retail()) {
|
||||
/* TODO: uart_log("OHAYO"); */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue