Bump hekate to v5.5.4 and Nyx to v1.0.0

This commit is contained in:
CTCaer
2021-02-06 17:32:07 +02:00
parent 3b9ab66cf1
commit c6ec175045
4 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ int nx_emmc_part_write(sdmmc_storage_t *storage, emmc_part_t *part, u32 sector_o
if (part->lba_start + sector_off > part->lba_end)
return 0;
return sdmmc_storage_write(&emmc_storage, part->lba_start + sector_off, num_sectors, buf);
return emummc_storage_write(part->lba_start + sector_off, num_sectors, buf);
}
void nx_emmc_get_autorcm_masks(u8 *mod0, u8 *mod1)