Skip to content

Commit

Permalink
CD-ROM image backend: Add the 8-byte skip also to ISO image loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Jun 15, 2024
1 parent bf105c6 commit 382b941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cdrom/cdrom_image_backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 382b941

Please sign in to comment.