mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
fss: how many commits does it take to fix one line of code?
This commit is contained in:
parent
7c8d126f23
commit
ed37c149d1
1 changed files with 1 additions and 1 deletions
|
@ -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 = *(uint32_t*)g_emmc_user_mmcpart.device->ext_csd.raw_sectors[0];
|
||||
model.num_sectors = *(uint32_t*)&g_emmc_user_mmcpart.device->ext_csd.raw_sectors[0];
|
||||
|
||||
rc = rawdev_mount_device("rawnand", &model, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue