mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-05 09:02:15 +02:00
Support for expanded NAND by roblâbla
This commit is contained in:
parent
a38927ec04
commit
9bac6e4519
@ -316,7 +316,7 @@ int nxfs_mount_all(void) {
|
||||
model = g_mmc_devpart_template;
|
||||
model.device_struct = &g_emmc_user_mmcpart;
|
||||
model.start_sector = 0;
|
||||
model.num_sectors = (32ull << 30) / model.sector_size;
|
||||
model.num_sectors = (256ull << 30) / model.sector_size;
|
||||
|
||||
rc = rawdev_mount_device("rawnand", &model, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user