mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +00:00
emummc: style-change
This commit is contained in:
parent
cfd7121574
commit
6bb4253df5
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ static uint64_t emummc_read_write_inner(void *buf, unsigned int sector, unsigned
|
|||
return 0;
|
||||
}
|
||||
|
||||
buf = (void *)((uintptr_t)buf + (cur_sectors << 9));
|
||||
buf = (char *)buf + (cur_sectors << 9);
|
||||
remaining -= cur_sectors;
|
||||
sector = 0;
|
||||
++fp;
|
||||
|
|
Loading…
Reference in a new issue