mirror of
https://github.com/xenia-project/xell-reloaded.git
synced 2024-11-23 11:59:46 +00:00
Probably fixes the large USB devices error completely
Tested with a 32GB Kingston Memory formatted in FAT32 which used to crash, not anymore...
This commit is contained in:
parent
5f72f21f33
commit
2011809ec6
@ -411,7 +411,7 @@ static int FindPartitions(int device) {
|
||||
case PARTITION_TYPE_EMPTY:
|
||||
debug_printf("Partition %i: Claims to be empty\n", i + 1);
|
||||
// Unknown or unsupported partition type
|
||||
default:
|
||||
/*default:
|
||||
{
|
||||
// Check if this partition has a valid NTFS boot record anyway,
|
||||
// it might be misrepresented due to a lazy partition editor
|
||||
@ -437,7 +437,8 @@ static int FindPartitions(int device) {
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user