Fixed issue with game installations

This commit is contained in:
e.bovendeur 2009-10-16 04:18:00 +00:00
parent 7ddd8aee25
commit 363f2e40d4

View File

@ -314,7 +314,7 @@ s32 WBFS_Open(void) {
return -1;
// 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;
}