mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -04:00
Add most of warmboot_main
This commit is contained in:
parent
be6b67669f
commit
03c1ad7119
12 changed files with 135 additions and 57 deletions
|
@ -64,7 +64,7 @@ bool bootconfig_is_debug_mode(void) {
|
|||
return (LOADED_BOOTCONFIG->unsigned_config.data[0x10] & 2) != 0;
|
||||
}
|
||||
|
||||
bool bootconfig_should_set_scr_el3_bit(void) {
|
||||
bool bootconfig_take_extabt_serror_to_el3(void) {
|
||||
return (LOADED_BOOTCONFIG->unsigned_config.data[0x10] & 6) != 6;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue