Remove SDL_cdrom 1.2 based CD-ROM interfaces
This removes a feature of mounting physical CD-ROMs in DOSBox. SDL 2.0 removed SDL_cdrom from supported libraries, so to bring this code back, either the functionality will need to be reimplemented or SDL_cdrom code modernized for SDL 2.0, and bundled with the repo (the same way SDL_sound is already bundled).
This commit is contained in:
parent
12ee84cfd4
commit
e1286efca9
7 changed files with 9 additions and 299 deletions
|
@ -6,5 +6,5 @@ libdos_a_SOURCES = dos.cpp dos_devices.cpp dos_execute.cpp dos_files.cpp dos_ioc
|
|||
dos_misc.cpp dos_classes.cpp dos_programs.cpp dos_tables.cpp \
|
||||
drives.cpp drives.h drive_virtual.cpp drive_local.cpp drive_cache.cpp drive_fat.cpp \
|
||||
drive_iso.cpp dev_con.h dos_mscdex.cpp dos_keyboard_layout.cpp \
|
||||
cdrom.h cdrom.cpp cdrom_ioctl_linux.cpp cdrom_image.cpp \
|
||||
cdrom.h cdrom.cpp cdrom_image.cpp \
|
||||
drive_overlay.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue