mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
Fixed issue with game installations
This commit is contained in:
parent
7ddd8aee25
commit
363f2e40d4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user