mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-12-22 12:30:12 +00:00
added missing set of raw sector size
This commit is contained in:
parent
3a3d68cf99
commit
32453b9886
@ -261,6 +261,7 @@ bool hddimageOpen(SCSI_DEVICE *dev, FsFile *file,int id,int lun,int blocksize)
|
||||
if(!(dev->m_fileSize % CDROM_COMMON_SECTORSIZE)) {
|
||||
// try a multiple of 2048
|
||||
dev->m_blocksize = CDROM_COMMON_SECTORSIZE;
|
||||
dev->m_rawblocksize = CDROM_COMMON_SECTORSIZE;
|
||||
} else {
|
||||
// I give up!
|
||||
LOG_FILE.println(" InvalidISO");
|
||||
|
Loading…
Reference in New Issue
Block a user