Battery "desync" fix is now applied on boot

This commit is contained in:
ctcaer@gmail.com
2019-04-16 19:58:12 +03:00
parent 07fe94b6d4
commit a2ba2ecf26
4 changed files with 4 additions and 14 deletions

View File

@@ -52,8 +52,8 @@ static int _dump_emmc_verify(sdmmc_storage_t *storage, u32 lba_curr, char *outFi
u8 sparseShouldVerify = 4;
u32 btn = 0;
u32 prevPct = 200;
int res = 0;
u32 sdFileSector = 0;
int res = 0;
u8 hashEm[0x20];
u8 hashSd[0x20];