mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Add debug comment for exosphère
This commit is contained in:
parent
16ad355f45
commit
fd77e5543e
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ void nxboot_main(void) {
|
|||
while (MAILBOX_NX_BOOTLOADER_IS_SECMON_AWAKE == 0) {
|
||||
/* Wait for Exosphere to wake up. */
|
||||
}
|
||||
printf(u8"Exopshère is responding!\n");
|
||||
if (MAILBOX_EXOSPHERE_CONFIGURATION->target_firmware < EXOSPHERE_TARGET_FIRMWARE_400) {
|
||||
MAILBOX_NX_BOOTLOADER_SETUP_STATE = NX_BOOTLOADER_STATE_FINISHED;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue