mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-08 02:14:41 -04:00
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
This commit is contained in:
parent
299b020ecc
commit
4199be2460
42 changed files with 27485 additions and 172 deletions
|
@ -69,7 +69,7 @@ void nxboot_main(void) {
|
|||
} else {
|
||||
MAILBOX_NX_BOOTLOADER_SETUP_STATE = NX_BOOTLOADER_STATE_LOADED_PACKAGE2_4X;
|
||||
}
|
||||
cluster_boot_cpu0(loader_ctx->exosphere_loadfile.load_address, 1);
|
||||
cluster_enable_cpu0(loader_ctx->exosphere_loadfile.load_address, 1);
|
||||
while (MAILBOX_NX_BOOTLOADER_IS_SECMON_AWAKE == 0) {
|
||||
/* Wait for Exosphere to wake up. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue