Update DiskCDDVD.ZC

This commit is contained in:
TomAwezome 2022-11-03 17:06:56 -04:00 committed by GitHub
parent d8ec17ca9b
commit bbbd3618e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ Bool ISOInit(CDrive *drive, I64 blk)
case ISOT_BOOT_RECORD: case ISOT_BOOT_RECORD:
drv_offset += (2 * DVD_BLK_SIZE + DVD_BLK_SIZE) / BLK_SIZE; drv_offset += (2 * DVD_BLK_SIZE + DVD_BLK_SIZE) / BLK_SIZE;
break; break;
// TODO FIXME: ISOT_PRI_VOL_DESC isn't currently implemented, meaning only ISOs with Joliet filesystem are supported ! // TODO FIXME: ISOT_PRI_VOL_DESC isn't currently implemented, meaning only ISO9660 ISOs with Joliet filesystem are supported !
// case ISOT_PRI_VOL_DESC: // case ISOT_PRI_VOL_DESC:
case ISOT_SUPPLEMENTARY_DESC: case ISOT_SUPPLEMENTARY_DESC:
de = &iso->root_dir_record; de = &iso->root_dir_record;