mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
fusee: re-design and fix emummc handling
This commit is contained in:
parent
91bbdf2baf
commit
98ca5e2927
12 changed files with 147 additions and 830 deletions
|
@ -649,7 +649,7 @@ uint32_t nxboot_main(void) {
|
|||
} else {
|
||||
emummc_size = get_file_size("atmosphere/emummc.kip");
|
||||
if (emummc_size != 0) {
|
||||
/* Allocate memory for the TSEC firmware. */
|
||||
/* Allocate memory for the emummc KIP. */
|
||||
emummc = memalign(0x100, emummc_size);
|
||||
|
||||
if (emummc == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue