mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
Replace NAND by eMMC
Using NAND doens't really make sense
This commit is contained in:
parent
4eadeb021b
commit
0f6d4baa8e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void nxboot_main(void) {
|
|||
#ifdef I_KNOW_WHAT_IM_DOING_2
|
||||
pk2file = fopen("bcpkg21:/", "rb");
|
||||
if (pk2file == NULL || fseek(pk2file, 0x4000, SEEK_SET) != 0) {
|
||||
printf("Error: Failed to open Package2 from NAND: %s!\n", strerror(errno));
|
||||
printf("Error: Failed to open Package2 from eMMC: %s!\n", strerror(errno));
|
||||
fclose(pk2file);
|
||||
generic_panic();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue