CD-ROM image backend: Add the 8-byte skip also to ISO image loading.

This commit is contained in:
OBattler
2024-06-15 17:40:41 +02:00
parent bf105c6f29
commit 382b941ff9

View File

@@ -587,6 +587,7 @@ cdi_load_iso(cd_img_t *cdi, const char *filename)
trk.sector_size = 2336;
trk.mode2 = 1;
trk.form = 1;
trk.skip = 8;
} else if (cdi_can_read_pvd(trk.file, RAW_SECTOR_SIZE, 1, 0)) {
trk.sector_size = RAW_SECTOR_SIZE;
trk.mode2 = 1;