Commit Graph

6 Commits

Author SHA1 Message Date
AJR
cc772072fa chd.cpp: Refactoring, part 2
- Change is_XXX to return std::error_condition instead of bool so that errors can be passed down the line; rename these to check_is_XXX to indicate that they are no longer basic predicates
- Change return type of internal function metadata_find to std::error_condition so that errors can be returned rather than thrown

* imagedev/cdromimg.cpp: Fix bug where cdrom_file object could be constructed twice in a row for CD-ROMs and once for DVDs
2023-10-23 22:38:08 -04:00
Olivier Galibert
e2035e416b Remove stray fprintf 2023-05-08 21:19:28 +02:00
Olivier Galibert
73ec0c4c68 image: Fix initialisation order, fix file menu enable, refine gdrom support 2023-05-08 20:40:31 +02:00
Olivier Galibert
b747acec69 atapicdr, cdromimg: Fix gdrom support 2023-05-05 19:22:08 +02:00
Olivier Galibert
232c846392 cdrom: Bunch of fixes 2023-05-05 15:51:13 +02:00
Olivier Galibert
28104cdbdf chd: Add dvd support. better abstraction in general, multi-image support in arcade-type drivers 2023-05-04 20:29:58 +02:00