Fixed issue with game installations
This commit is contained in:
parent
7ddd8aee25
commit
363f2e40d4
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ s32 WBFS_Open(void) {
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
// Save the new sector size, so it will be used in read and write calls
|
// Save the new sector size, so it will be used in read and write calls
|
||||||
sector_size = hdd->head->hd_sec_sz_s;
|
sector_size = 1 << hdd->head->hd_sec_sz_s;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue