mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
chdman: fixed -extractcd of images with postgaps. CHDs do not need reconversion, this was an -extractcd problem only. [R. Belmont]
This commit is contained in:
parent
5a0ec84b62
commit
9acf3375ed
@ -829,6 +829,9 @@ chd_error cdrom_parse_metadata(chd_file *chd, cdrom_toc *toc)
|
|||||||
track->pgsubsize = 0;
|
track->pgsubsize = 0;
|
||||||
cdrom_convert_type_string_to_pregap_info(pgtype, track);
|
cdrom_convert_type_string_to_pregap_info(pgtype, track);
|
||||||
cdrom_convert_subtype_string_to_pregap_info(pgsub, track);
|
cdrom_convert_subtype_string_to_pregap_info(pgsub, track);
|
||||||
|
|
||||||
|
/* set the postgap info */
|
||||||
|
track->postgap = postgap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if we got any tracks this way, we're done */
|
/* if we got any tracks this way, we're done */
|
||||||
|
Loading…
Reference in New Issue
Block a user