Update DiskCDDVD.ZC

This commit is contained in:
TomAwezome 2022-11-03 17:05:14 -04:00 committed by GitHub
parent 902364227f
commit d8ec17ca9b
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:
drv_offset += (2 * DVD_BLK_SIZE + DVD_BLK_SIZE) / BLK_SIZE;
break;
// TODO FIXME: ISOT_PRI_VOL_DESC isn't currently implemented, meaning only ISOs with Joliet filesystem are supported !
// case ISOT_PRI_VOL_DESC:
case ISOT_SUPPLEMENTARY_DESC:
de = &iso->root_dir_record;